mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Finish scan task
This commit is contained in:
@@ -195,6 +195,8 @@ impl<S: ScannerFeed> Scanner<S> {
|
||||
}
|
||||
|
||||
/// Register the Eventualities caused by a block.
|
||||
// TODO: Replace this with a callback returned by acknowledge_block which panics if it's not
|
||||
// called yet dropped
|
||||
pub fn register_eventualities(&mut self, block_number: u64, eventualities: Vec<()>) {
|
||||
todo!("TODO")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user