diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-18 21:22:45 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 13:49:54 +0800 |
commit | d90a653d3332f2e957ae7dcf138494506dc9c179 (patch) | |
tree | a5df776f95163e884930379a20294e761808216f /test | |
parent | 2524fb2cd58833c952b9f2b387e5e07366c321ef (diff) | |
download | dexon-d90a653d3332f2e957ae7dcf138494506dc9c179.tar dexon-d90a653d3332f2e957ae7dcf138494506dc9c179.tar.gz dexon-d90a653d3332f2e957ae7dcf138494506dc9c179.tar.bz2 dexon-d90a653d3332f2e957ae7dcf138494506dc9c179.tar.lz dexon-d90a653d3332f2e957ae7dcf138494506dc9c179.tar.xz dexon-d90a653d3332f2e957ae7dcf138494506dc9c179.tar.zst dexon-d90a653d3332f2e957ae7dcf138494506dc9c179.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", |