mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Route the coordinator, fix race conditions in the signers library
This commit is contained in:
@@ -60,6 +60,8 @@ pub trait Block: Send + Sync + Sized + Clone + Debug {
|
||||
|
||||
/// Check if this block resolved any Eventualities.
|
||||
///
|
||||
/// This MUST mutate `eventualities` to no longer contain the resolved Eventualities.
|
||||
///
|
||||
/// Returns tbe resolved Eventualities, indexed by the ID of the transactions which resolved
|
||||
/// them.
|
||||
fn check_for_eventuality_resolutions(
|
||||
|
||||
Reference in New Issue
Block a user