diff options
author | Mission Liao <mission.liao@dexon.org> | 2018-10-03 17:48:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 17:48:56 +0800 |
commit | f5f34f81f8f3149adb002c65a7cc0cfa1244f77d (patch) | |
tree | e7b9ce05f6943fcd8f2e4cb17edac9e5272529a0 /core/test | |
parent | 3bab25bee98df72a25c273d6de1166facaa6a69e (diff) | |
download | tangerine-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.gz tangerine-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.zst tangerine-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.zip |
core: publish round based config (#165)
Diffstat (limited to 'core/test')
-rw-r--r-- | core/test/governance.go | 1 |
1 files changed, 0 insertions, 1 deletions
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, |