diff --git a/consensus/qibft/core/preprepare.go b/consensus/qibft/core/preprepare.go index 50ab460f6..5cb5cef3c 100644 --- a/consensus/qibft/core/preprepare.go +++ b/consensus/qibft/core/preprepare.go @@ -105,9 +105,6 @@ func (c *core) handlePreprepare(msg *message, src istanbul.Validator) error { msg: msg, }) }) - } else { - logger.Warn("Failed to verify proposal", "err", err, "duration", duration) - c.sendNextRoundChange() } return err }