This patch compiles and runs after converting CFeeRate,
and some of the block processing code.
Details
Details
- Reviewers
deadalnix freetrader CCulianu - Group Reviewers
Restricted Project - Commits
- rSTAGINGf51f92b4d015: First pass of a compiling CAmount -> Amount conversion.
rABCf51f92b4d015: First pass of a compiling CAmount -> Amount conversion.
make VERBOSE=1 check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
It compiles and passes test, but I want to take a look and make sure where I've converted CAmount -> Amount makes sense.
src/test/transaction_tests.cpp | ||
---|---|---|
545 ↗ | (On Diff #1502) | This particular formula seemed off to me. Looks like the intent from how it was written is different than actual. Can someone confirm? |