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 /simulation | |
parent | 3bab25bee98df72a25c273d6de1166facaa6a69e (diff) | |
download | dexon-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar dexon-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.gz dexon-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.bz2 dexon-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.lz dexon-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.xz dexon-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.tar.zst dexon-consensus-f5f34f81f8f3149adb002c65a7cc0cfa1244f77d.zip |
core: publish round based config (#165)
Diffstat (limited to 'simulation')
-rw-r--r-- | simulation/governance.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simulation/governance.go b/simulation/governance.go index 8a83feb..dd4ef37 100644 --- a/simulation/governance.go +++ b/simulation/governance.go @@ -92,7 +92,6 @@ func (g *simGovernance) NodeSet(round uint64) (ret []crypto.PublicKey) { // Configuration returns the configuration at a given round. func (g *simGovernance) Configuration(round uint64) *types.Config { return &types.Config{ - NumShards: 1, NumChains: g.chainNum, LambdaBA: g.lambdaBA, LambdaDKG: g.lambdaDKG, |