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