- Fixed typo in merkle.cpp where variable was named ‘matchh’ instead of ‘match’
- Fixed Hash160 to use ‘T’ instead of ‘T1’ for single template parameter, making it consistent with other single-parameter template functions like Hash
Impact
These are refactoring changes with no functional impact:
- No behavior changes
- No consensus changes
- All existing tests pass without modification
- Improves code maintainability and reduces cognitive load for developers