From 01642721a7768218e7f9a5be8f0829eb8ae7c7b1 Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Tue, 13 Nov 2018 16:28:24 +0800 Subject: core: expose implicit round shift (#321) --- core/lattice.go | 1 - 1 file changed, 1 deletion(-) (limited to 'core/lattice.go') diff --git a/core/lattice.go b/core/lattice.go index dcb3368..108f288 100644 --- a/core/lattice.go +++ b/core/lattice.go @@ -282,7 +282,6 @@ func (l *Lattice) PurgeBlocks(blocks []*types.Block) error { func (l *Lattice) AppendConfig(round uint64, config *types.Config) (err error) { l.lock.Lock() defer l.lock.Unlock() - l.pool.resize(config.NumChains) if err = l.data.appendConfig(round, config); err != nil { return -- cgit v1.2.3