-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Fixed miner test values, gave constants for less error-prone values. #7807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Doing this I noticed yet another mis-typed value on https://github.com/bitcoin/bitcoin/pull/7807/files#diff-5c64500485fda76388a86c95c0059585L173 , so it seemed worthwhile. |
|
That's clearer. Concept ACK 11679ca |
|
utACK |
1 similar comment
|
utACK |
src/test/miner_tests.cpp
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
10*LOWFEE?
|
As you are not replacing constants only, can you please change it so that you first replace constants unchanged and then do the changes, ie two commits? It will make review much easier... |
|
@paveljanik done |
|
@instagibbs Reading this thoroughly, I think we could also define constants in the term of COIN and CENT, it could be even more descriptive. |
Based on discussion in #7784 I decided to do a bit more cleanup.