mirror of
https://github.com/Qortal/qortal.git
synced 2025-11-15 16:17:02 +00:00
Work on granting forging rights
Move hard-coded forging tiers to blockchain config. Tests for granting forging rights. Added API call to list top block forgers. Fixed typo with Reward[s]ByHeight class name.
This commit is contained in:
@@ -30,6 +30,11 @@
|
||||
{ "height": 11, "reward": 10 },
|
||||
{ "height": 21, "reward": 1 }
|
||||
],
|
||||
"forgingTiers": [
|
||||
{ "minBlocks": 5, "maxSubAccounts": 5 },
|
||||
{ "minBlocks": 4, "maxSubAccounts": 3 },
|
||||
{ "minBlocks": 0, "maxSubAccounts": 0 }
|
||||
],
|
||||
"featureTriggers": {
|
||||
"messageHeight": 0,
|
||||
"atHeight": 0,
|
||||
|
||||
Reference in New Issue
Block a user