mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 06:29:25 +00:00
remove the TODO
This commit is contained in:
@@ -709,8 +709,6 @@ impl<N: Network + 'static> TendermintMachine<N> {
|
||||
match self.network.validate(block).await {
|
||||
Ok(()) => {}
|
||||
Err(BlockError::Temporal) => {
|
||||
// TODO: should we do these after we add the msg to the block log?
|
||||
// Since this will change the step to prevote without having a proposal at hand.
|
||||
self.broadcast(Data::Prevote(None));
|
||||
Err(TendermintError::Temporal)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user