Not sending a roundchange message when receiving an invalid proposal in preprepare

This commit is contained in:
Jitendra Bhurat 2020-06-03 09:19:38 -04:00 committed by GitHub
parent 823a4eecb0
commit 56b684074d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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
}