forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f4ea4f
commit 0e537f9
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Block Reward Reallocation | ||
------------------------- | ||
|
||
Once Masternode Reward Location Reallocation activates: | ||
|
||
- Treasury is bumped to 20% of block subsidy. | ||
- Block reward shares are immediately set to 75% for MN and 25% miners. MN reward share should be 75% of block reward in order to represent 60% of the block subsidy. (according to the proposal). | ||
|
||
Note: Previous reallocation periods are dropped. | ||
|
||
Updated RPCs | ||
-------- | ||
|
||
- `getgovernanceinfo` RPC returns the field `governancebudget`: the governance budget for the next superblock. |