You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goldcoin Treasury Update (#132)
* Bump MAX_MONEY for SB
Here we increase the MAX_MONEY constant to allow for the creation of the Treasury Superblock.
* Increase version number
Increase version release to 0.15.0.
* Define SB values
Define the address, amount, and height values for the Treasury Superblock.
* Add SB consensus rules
Add SB consensus rules and amount.h to includes.
* Update validation.cpp
Add treasury superblock logic to validation.cpp.