As per title
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING87d967d48f27: Move CFeeRate into its own source files
rABC87d967d48f27: Move CFeeRate into its own source files
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/amount.cpp | ||
---|---|---|
15 ↗ | (On Diff #4646) | Can this be rolled up into amount.h? Doesn't look like there's much use in having a separate file for just this 1-liner function. |
src/amount.cpp | ||
---|---|---|
15 ↗ | (On Diff #4646) | I don't see a good reason to do that. Then you need tinyformat in amount.h, etc. |
src/amount.cpp | ||
---|---|---|
15 ↗ | (On Diff #4646) | good point |