Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGINGafa4430b94b9: wallet: Switch to using output groups instead of coins in coin selection
rABCafa4430b94b9: wallet: Switch to using output groups instead of coins in coin selection
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- switchtooutputgroup
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6450 Build 10947: Bitcoin ABC Buildbot (legacy) Build 10946: arc lint + arc unit
Event Timeline
src/wallet/coinselection.cpp | ||
---|---|---|
312 | size_t | |
320 | I think it makes sense to keep these inline with the LogPrintf as it is more like an annotation rather than a comment. | |
src/wallet/coinselection.h | ||
112 | vCoins => groups | |
src/wallet/test/coinselector_tests.cpp | ||
127 | above => below | |
624 | Why ? | |
src/wallet/wallet.cpp | ||
2772 | Revert | |
2773 | Dito |
src/wallet/coinselection.cpp | ||
---|---|---|
320 | We don't do comment on the same line, if fucks up blame and formatting. |