mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Add note to processor
This commit is contained in:
parent
666bb3e96b
commit
9895ec0f41
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ async fn sign_plans<N: Network, D: Db>(
|
|||
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;
|
||||
}
|
||||
|
||||
// TODO: If the TX is None, should we restore its inputs to the scheduler?
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue