diff options
author | Mission Liao <mission.liao@dexon.org> | 2018-11-08 13:54:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 13:54:25 +0800 |
commit | 6934243d0690384363a3cf9cd11d8a45c2ce15ac (patch) | |
tree | 5e7f116da393b9ca3cf668072fe5218d6c18c856 /test_config | |
parent | b2625a45a5de1df99811437d015cf5a3777ee62e (diff) | |
download | dexon-consensus-6934243d0690384363a3cf9cd11d8a45c2ce15ac.tar dexon-consensus-6934243d0690384363a3cf9cd11d8a45c2ce15ac.tar.gz dexon-consensus-6934243d0690384363a3cf9cd11d8a45c2ce15ac.tar.bz2 dexon-consensus-6934243d0690384363a3cf9cd11d8a45c2ce15ac.tar.lz dexon-consensus-6934243d0690384363a3cf9cd11d8a45c2ce15ac.tar.xz dexon-consensus-6934243d0690384363a3cf9cd11d8a45c2ce15ac.tar.zst dexon-consensus-6934243d0690384363a3cf9cd11d8a45c2ce15ac.zip |
core: revert the revert for broken commit and fix (#309)
* Revert "Revert "core: unbind global round in Consensus (#304)" (#306)"
This reverts commit 33d9311270414d8911122a4c7354773786df7f85.
* Remove TODO
After verified with full node, this call to VerifyBlock is not required.
Diffstat (limited to 'test_config')
-rw-r--r-- | test_config/test.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_config/test.toml b/test_config/test.toml index ddc27b8..37ac26a 100644 --- a/test_config/test.toml +++ b/test_config/test.toml @@ -12,6 +12,8 @@ genesis_crs = "In DEXON we trust." lambda_ba = 250 lambda_dkg = 1000 round_interval = 300000 +notary_set_size = 7 +dkg_set_size = 7 [node.legacy] propose_interval_mean = 5e+02 |