diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-03-19 16:22:55 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:58 +0800 |
commit | 625bdb6b3ecdd5bed3adb4cd1f8fc0e56ae1f49f (patch) | |
tree | e376057c9fc6d5f5355ccc5d6976c529bb69fde7 /test | |
parent | 4ae37d25a2bd79fa98a5e7845342b98133d2cc6f (diff) | |
download | dexon-625bdb6b3ecdd5bed3adb4cd1f8fc0e56ae1f49f.tar.gz dexon-625bdb6b3ecdd5bed3adb4cd1f8fc0e56ae1f49f.tar.zst dexon-625bdb6b3ecdd5bed3adb4cd1f8fc0e56ae1f49f.zip |
core: vm: automatically calculate notary set size (#276)
Diffstat (limited to 'test')
-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": [ |