make check
Details
Details
- Reviewers
deadalnix freetrader - Group Reviewers
Restricted Project - Commits
- rSTAGING16cdff0a1f55: Convert coins.cpp and coins.h to use Amount struct
rABC16cdff0a1f55: Convert coins.cpp and coins.h to use Amount struct
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- shammah/amount3
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 964 Build 964: arc lint + arc unit
Event Timeline
src/validation.cpp | ||
---|---|---|
808 ↗ | (On Diff #1520) | Looks like you missed that one ? |
src/validation.cpp | ||
---|---|---|
808 ↗ | (On Diff #1520) | This was left alone because I hadn't fixed ApplyDeltas yet. These changes are just what is necessary to deal with the changes to coins.cpp |
src/bench/ccoins_caching.cpp | ||
---|---|---|
87 ↗ | (On Diff #1524) | You should use a constructor here. It's still fishy that int convert to amount implicitly :/ |