From f5f34f81f8f3149adb002c65a7cc0cfa1244f77d Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Wed, 3 Oct 2018 17:48:56 +0800 Subject: core: publish round based config (#165) --- core/test/governance.go | 1 - 1 file changed, 1 deletion(-) (limited to 'core/test/governance.go') diff --git a/core/test/governance.go b/core/test/governance.go index 5c7ae02..95cd6f7 100644 --- a/core/test/governance.go +++ b/core/test/governance.go @@ -90,7 +90,6 @@ func (g *Governance) NodeSet(_ uint64) ( // Configuration returns the configuration at a given block height. func (g *Governance) Configuration(_ uint64) *types.Config { return &types.Config{ - NumShards: 1, NumChains: uint32(len(g.privateKeys)), LambdaBA: g.lambdaBA, LambdaDKG: g.lambdaDKG, -- cgit v1.2.3