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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/wallet/coinselection.cpp | ||
---|---|---|
312 ↗ | (On Diff #9597) | size_t |
320 ↗ | (On Diff #9597) | 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 ↗ | (On Diff #9597) | vCoins => groups |
src/wallet/test/coinselector_tests.cpp | ||
127 ↗ | (On Diff #9597) | above => below |
624 ↗ | (On Diff #9597) | Why ? |
src/wallet/wallet.cpp | ||
2772 ↗ | (On Diff #9597) | Revert |
2773 ↗ | (On Diff #9597) | Dito |
src/wallet/coinselection.cpp | ||
---|---|---|
320 ↗ | (On Diff #9597) | We don't do comment on the same line, if fucks up blame and formatting. |