aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWei-Ning Huang <w@cobinhood.com>2018-10-18 21:22:45 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commit7ac1f8430d6d3e0c59f50fa1c94c2ba5cdd1430b (patch)
tree1e7015a283caa12db81e4b2f91d922ee8eb05874 /test
parentb5a83f66f640a623711225ea2a2cb795da69955a (diff)
downloaddexon-7ac1f8430d6d3e0c59f50fa1c94c2ba5cdd1430b.tar
dexon-7ac1f8430d6d3e0c59f50fa1c94c2ba5cdd1430b.tar.gz
dexon-7ac1f8430d6d3e0c59f50fa1c94c2ba5cdd1430b.tar.bz2
dexon-7ac1f8430d6d3e0c59f50fa1c94c2ba5cdd1430b.tar.lz
dexon-7ac1f8430d6d3e0c59f50fa1c94c2ba5cdd1430b.tar.xz
dexon-7ac1f8430d6d3e0c59f50fa1c94c2ba5cdd1430b.tar.zst
dexon-7ac1f8430d6d3e0c59f50fa1c94c2ba5cdd1430b.zip
params: load blockReward from genesis JSON file
Diffstat (limited to 'test')
-rw-r--r--test/genesis.json3
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",