diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-18 21:22:45 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:23:39 +0800 |
commit | da5366ade13a7e92a710db139cac423b8dea21d6 (patch) | |
tree | d970974b40207a41ddee18e34af8ca90d56a7c2b /test | |
parent | b0fd5da490e5141ca456f145a1fd1e7a55b33e1f (diff) | |
download | go-tangerine-da5366ade13a7e92a710db139cac423b8dea21d6.tar go-tangerine-da5366ade13a7e92a710db139cac423b8dea21d6.tar.gz go-tangerine-da5366ade13a7e92a710db139cac423b8dea21d6.tar.bz2 go-tangerine-da5366ade13a7e92a710db139cac423b8dea21d6.tar.lz go-tangerine-da5366ade13a7e92a710db139cac423b8dea21d6.tar.xz go-tangerine-da5366ade13a7e92a710db139cac423b8dea21d6.tar.zst go-tangerine-da5366ade13a7e92a710db139cac423b8dea21d6.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", |