make 1+3 sharded network work locally with deploy.sh

pull/664/head
Rongjian Lan 6 years ago
parent c55cd1bdeb
commit 41e70f425d
  1. 2
      core/resharding.go

@ -24,7 +24,7 @@ const (
// GenesisShardNum is the number of shard at genesis
GenesisShardNum = 4
// GenesisShardSize is the size of each shard at genesis
GenesisShardSize = 50
GenesisShardSize = 10
// CuckooRate is the percentage of nodes getting reshuffled in the second step of cuckoo resharding.
CuckooRate = 0.1
)

Loading…
Cancel
Save