mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-24 19:46:12 +00:00
Add a TODO on Tendermint
This commit is contained in:
parent
a7f4804749
commit
b5cb8a9be2
1 changed files with 3 additions and 0 deletions
|
@ -57,5 +57,8 @@ where
|
|||
) -> Result<ImportResult, Self::Error> {
|
||||
self.check(&mut block).await?;
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue