aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/consensus.go')
-rw-r--r--core/consensus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/consensus.go b/core/consensus.go
index cc4b9e2..03d2c2f 100644
--- a/core/consensus.go
+++ b/core/consensus.go
@@ -335,7 +335,7 @@ func (recv *consensusDKGReceiver) ProposeDKGMPKReady(ready *typesDKG.MPKReady) {
recv.logger.Error("Failed to sign DKG ready", "error", err)
return
}
- recv.logger.Debug("Calling Governance.AddDKGFinalize", "ready", ready)
+ recv.logger.Debug("Calling Governance.AddDKGMPKReady", "ready", ready)
recv.gov.AddDKGMPKReady(ready.Round, ready)
}