pull/3405/head
Rongjian Lan 4 years ago
parent 0029ced6b2
commit 46bf183d1f
  1. 2
      node/worker/worker.go

@ -506,7 +506,7 @@ func (w *Worker) FinalizeNewBlock(
copyHeader.SetLastCommitBitmap(signers)
}
sigsReady <- true
case <-time.After(consensus.CommitSigReceiverTimeoutz):
case <-time.After(consensus.CommitSigReceiverTimeout):
// Exit goroutine
utils.Logger().Warn().Msg("Timeout waiting for commit sigs")
}

Loading…
Cancel
Save