Fix comment

pull/1814/head
Rongjian Lan 5 years ago
parent 3570e31870
commit ee593e3215
  1. 2
      node/node_handler.go

@ -347,7 +347,7 @@ func (node *Node) PostConsensusProcessing(newBlock *types.Block, commitSigAndBit
// Broadcast client requested missing cross shard receipts if there is any
node.BroadcastMissingCXReceipts()
// Update consensus keys at last so the change of leader don't mess up Z
// Update consensus keys at last so the change of leader status doesn't mess up normal flow
if core.IsEpochLastBlock(newBlock) {
node.Consensus.UpdateConsensusInformation()
}

Loading…
Cancel
Save