From 6934243d0690384363a3cf9cd11d8a45c2ce15ac Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Thu, 8 Nov 2018 13:54:25 +0800 Subject: 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. --- test_config/test.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_config') 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 -- cgit v1.2.3