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@byzantine-lab.io>2019-06-12 17:23:39 +0800
commit93563f41410b964454f23229cfabe1ec1ba735f5 (patch)
tree4fbae033c7abf67076e5e04fd43a3931c8525392 /test
parent9ec8fa02e86e992f8dc6a1f230b2e406178f24de (diff)
downloadgo-tangerine-93563f41410b964454f23229cfabe1ec1ba735f5.tar
go-tangerine-93563f41410b964454f23229cfabe1ec1ba735f5.tar.gz
go-tangerine-93563f41410b964454f23229cfabe1ec1ba735f5.tar.bz2
go-tangerine-93563f41410b964454f23229cfabe1ec1ba735f5.tar.lz
go-tangerine-93563f41410b964454f23229cfabe1ec1ba735f5.tar.xz
go-tangerine-93563f41410b964454f23229cfabe1ec1ba735f5.tar.zst
go-tangerine-93563f41410b964454f23229cfabe1ec1ba735f5.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",