mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Add a TODO on Tendermint
This commit is contained in:
@@ -57,5 +57,8 @@ where
|
|||||||
) -> Result<ImportResult, Self::Error> {
|
) -> Result<ImportResult, Self::Error> {
|
||||||
self.check(&mut block).await?;
|
self.check(&mut block).await?;
|
||||||
self.client.import_block(block, new_cache).await.map_err(Into::into)
|
self.client.import_block(block, new_cache).await.map_err(Into::into)
|
||||||
|
|
||||||
|
// TODO: If we're a validator who just successfully synced a block, recreate the tendermint
|
||||||
|
// machine with the new height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user