aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-10-19 16:31:44 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commit3af359c1680a260bac6729bcc6c5a85ded247109 (patch)
treeb9a15cefad13e6b52db5daeabaa0a608ce2a076e /test
parentb69f7b9987d0e373c34a1bf7bfd7fa93e1dc5b88 (diff)
downloaddexon-3af359c1680a260bac6729bcc6c5a85ded247109.tar.gz
dexon-3af359c1680a260bac6729bcc6c5a85ded247109.tar.zst
dexon-3af359c1680a260bac6729bcc6c5a85ded247109.zip
core: vm: add blockReward to governance
Diffstat (limited to 'test')
-rw-r--r--test/genesis.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/genesis.json b/test/genesis.json
index 0a47ec209..0ac1e1989 100644
--- a/test/genesis.json
+++ b/test/genesis.json
@@ -7,8 +7,9 @@
"eip155Block": 0,
"eip158Block": 0,
"dexcon": {
- "owner": "0x7C3c31B19395A5e2627F921Cc2802560B71f1caB",
"genesisCRSText": "In DEXON, we trust.",
+ "owner": "0x7C3c31B19395A5e2627F921Cc2802560B71f1caB",
+ "blockReward": "1000000000000000000",
"numChains": 1,
"lambdaBA": 50,
"lambdaDKG": 2500,
@@ -18,8 +19,7 @@
"dkgSetSize": 4,
"roundInterval": 99999999999,
"minBlockInterval": 900,
- "maxBlockInterval": 1100,
- "blockReward": "1000000000000000000"
+ "maxBlockInterval": 1100
}
},
"nonce": "0x42",