aboutsummaryrefslogtreecommitdiffstats
path: root/core/configuration-chain.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/configuration-chain.go')
-rw-r--r--core/configuration-chain.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/configuration-chain.go b/core/configuration-chain.go
index 8834e0d..2676351 100644
--- a/core/configuration-chain.go
+++ b/core/configuration-chain.go
@@ -68,6 +68,7 @@ func newConfigurationChain(
dkgSigner: make(map[uint64]*dkgShareSecret),
gpk: make(map[uint64]*DKGGroupPublicKey),
tsig: make(map[common.Hash]*tsigProtocol),
+ tsigTouched: make(map[common.Hash]struct{}),
tsigReady: sync.NewCond(&sync.Mutex{}),
pendingPsig: make(map[common.Hash][]*types.DKGPartialSignature),
}