Begins work on T393. Renamed TestBuilder's Push( string hex ) to PushHex( string hex ).
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- CategorizingPushes
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4598 Build 7259: Bitcoin ABC Buildbot (legacy) Build 7258: arc lint + arc unit
Event Timeline
Comment Actions
I don't understand what this task is about. What is inconsistent ? Why is this naming more consistent ? Who's going to maintain that test going forward ?
Comment Actions
My understanding is that the ticket is addressing a code readability issue. You want it to be easier to identify what version of Push() is being used by renaming the overloaded functions based on the argument the function takes. However, I've just been informed that there is an issue of code ownership with these types of changes so I'll close this diff.