This avoids magic constants and makes the code self-documenting.
There is no change in behavior.
The use of std::clamp instead of min and max makes the code more readable.
Differential D17791
Use constants for the coinbase reserved size in the block assembler Fabien on Wed, Mar 12, 20:30. Authored by Tags None Subscribers None
Details
This avoids magic constants and makes the code self-documenting. The use of std::clamp instead of min and max makes the code more readable. ninja all check-all
Diff Detail
|