mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add note to processor
This commit is contained in:
@@ -225,6 +225,8 @@ async fn sign_plans<N: Network, D: Db>(
|
|||||||
substrate_mutable.scanner.register_eventuality(block_number, id, eventuality.clone()).await;
|
substrate_mutable.scanner.register_eventuality(block_number, id, eventuality.clone()).await;
|
||||||
signers.get_mut(key.as_ref()).unwrap().sign_transaction(txn, id, tx, eventuality).await;
|
signers.get_mut(key.as_ref()).unwrap().sign_transaction(txn, id, tx, eventuality).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: If the TX is None, should we restore its inputs to the scheduler?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user