diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-18 21:22:45 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 20:54:27 +0800 |
commit | ab787f1ea7365b2befe6cd1bc9135637c32ec453 (patch) | |
tree | 46a169a06932e86c7da6efe53c51215ce6d994d1 /test | |
parent | 61bd9d4acef98adedc72543b40be8468d167f6c7 (diff) | |
download | dexon-ab787f1ea7365b2befe6cd1bc9135637c32ec453.tar dexon-ab787f1ea7365b2befe6cd1bc9135637c32ec453.tar.gz dexon-ab787f1ea7365b2befe6cd1bc9135637c32ec453.tar.bz2 dexon-ab787f1ea7365b2befe6cd1bc9135637c32ec453.tar.lz dexon-ab787f1ea7365b2befe6cd1bc9135637c32ec453.tar.xz dexon-ab787f1ea7365b2befe6cd1bc9135637c32ec453.tar.zst dexon-ab787f1ea7365b2befe6cd1bc9135637c32ec453.zip |
params: load blockReward from genesis JSON file
Diffstat (limited to 'test')
-rw-r--r-- | test/genesis.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/genesis.json b/test/genesis.json index 2c6b51d20..f5bf4036b 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -17,7 +17,8 @@ "dkgSetSize": 4, "roundInterval": 99999999999, "minBlockInterval": 900, - "maxBlockInterval": 1100 + "maxBlockInterval": 1100, + "blockReward": "1000000000000000000" } }, "nonce": "0x42", |