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>2018-12-19 20:54:27 +0800
commitab787f1ea7365b2befe6cd1bc9135637c32ec453 (patch)
tree46a169a06932e86c7da6efe53c51215ce6d994d1 /test
parent61bd9d4acef98adedc72543b40be8468d167f6c7 (diff)
downloaddexon-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.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",