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 Authored by Fabien on Mar 12 2025, 20:30. 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
|