mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Slight documentation tweaks
This commit is contained in:
@@ -29,6 +29,7 @@ pub enum ScannerEvent<N: Network> {
|
||||
outputs: Vec<N::Output>,
|
||||
},
|
||||
// Eventuality completion found on-chain
|
||||
// TODO: Move this from a tuple
|
||||
Completed(
|
||||
Vec<u8>,
|
||||
usize,
|
||||
|
||||
@@ -53,6 +53,7 @@ pub trait Scheduler<N: Network>: Sized + Clone + PartialEq + Debug {
|
||||
txn: &mut D::Transaction<'_>,
|
||||
utxos: Vec<N::Output>,
|
||||
payments: Vec<Payment<N>>,
|
||||
// TODO: Tighten this to multisig_for_any_change
|
||||
key_for_any_change: <N::Curve as Ciphersuite>::G,
|
||||
force_spend: bool,
|
||||
) -> Vec<Plan<N>>;
|
||||
|
||||
Reference in New Issue
Block a user