mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
f2cfb88c68
## Issue being fixed or feature implemented Implementation of accepted proposal: https://www.dashcentral.org/p/expedite-60-20-20-reallocation ## What was done? Activates changers brought in #5588 on `v20` hard fork instead of `mn_rr`. ## How Has This Been Tested? run tests ## Breaking Changes Again, Testnet sync is broken ## Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have added or updated relevant unit/integration/functional/e2e tests - [x] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ --------- Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
355 B
355 B
Block Reward Reallocation
Once v20 activates:
- Treasury is bumped to 20% of block subsidy.
- Block reward shares are immediately set to 60% for MN and 20% miners.
Note: Previous reallocation periods are dropped. Note: Same changes from PR 5588 but activation is done on v20 instead of Masternode Reward Location Reallocation.