From 41f8193beb73d75b1fa7eefee5c84e402b7d9d30 Mon Sep 17 00:00:00 2001 From: ak Date: Thu, 13 Jun 2019 16:14:34 -0700 Subject: [PATCH] adjustung harmony nodes --- core/resharding.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/resharding.go b/core/resharding.go index 2bb0224e9..d9d970f77 100644 --- a/core/resharding.go +++ b/core/resharding.go @@ -27,7 +27,7 @@ const ( // GenesisShardSize is the size of each shard at genesis GenesisShardSize = 100 // GenesisShardHarmonyNodes is the number of harmony node at each shard - GenesisShardHarmonyNodes = 78 + GenesisShardHarmonyNodes = 76 // CuckooRate is the percentage of nodes getting reshuffled in the second step of cuckoo resharding. CuckooRate = 0.1 )