diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-03-19 16:22:55 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-13 18:11:42 +0800 |
commit | 52abd7878fc59776550c73b0e1c6746448c83c17 (patch) | |
tree | 5824ad4b21fd51b2bfb496914791d71de99dfceb /test/genesis.json | |
parent | 55e22571a1cd5ef5d27a29ab1b0ecfb1b78cb264 (diff) | |
download | go-tangerine-52abd7878fc59776550c73b0e1c6746448c83c17.tar go-tangerine-52abd7878fc59776550c73b0e1c6746448c83c17.tar.gz go-tangerine-52abd7878fc59776550c73b0e1c6746448c83c17.tar.bz2 go-tangerine-52abd7878fc59776550c73b0e1c6746448c83c17.tar.lz go-tangerine-52abd7878fc59776550c73b0e1c6746448c83c17.tar.xz go-tangerine-52abd7878fc59776550c73b0e1c6746448c83c17.tar.zst go-tangerine-52abd7878fc59776550c73b0e1c6746448c83c17.zip |
core: vm: automatically calculate notary set size (#276)
Diffstat (limited to 'test/genesis.json')
-rw-r--r-- | test/genesis.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/genesis.json b/test/genesis.json index 8be5a844d..5a2891dcd 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -23,8 +23,8 @@ "blockGasLimit": 40000000, "lambdaBA": 250, "lambdaDKG": 1500, - "notarySetSize": 4, - "dkgSetSize": 4, + "notaryParamAlpha": 70.5, + "notaryParamBeta": 264, "roundLength": 100, "minBlockInterval": 500, "fineValues": [ |