Skip to content

Commit

Permalink
Merge branch 'master' into ramtin/trie-pruning-backport-to-master
Browse files Browse the repository at this point in the history
  • Loading branch information
ramtinms committed Nov 5, 2021
2 parents 24e2768 + c00b407 commit dc52b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/consensus/dkg/reactor_engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func (e *ReactorEngine) EpochCommittedPhaseStarted(currentEpochCounter uint64, f
nextDKGPubKey, err := nextDKG.KeyShare(dkgPrivInfo.NodeID)
if err != nil {
e.log.Err(err).Msg("checking DKG key consistency: could not retrieve DKG public key for next epoch")
return
}

localPubKey := dkgPrivInfo.RandomBeaconPrivKey.PublicKey()
Expand Down

0 comments on commit dc52b74

Please sign in to comment.