mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
Outline of the transaction-chaining scheduler
This commit is contained in:
@@ -6,7 +6,7 @@ use crate::ScannerFeed;
|
||||
/// rotation process. Steps 7-8 regard a multisig which isn't retiring yet retired, and
|
||||
/// accordingly, no longer exists, so they are not modelled here (as this only models active
|
||||
/// multisigs. Inactive multisigs aren't represented in the first place).
|
||||
#[derive(Clone, Copy, PartialEq)]
|
||||
#[derive(Clone, Copy, PartialEq, Debug)]
|
||||
pub enum LifetimeStage {
|
||||
/// A new multisig, once active, shouldn't actually start receiving coins until several blocks
|
||||
/// later. If any UI is premature in sending to this multisig, we delay to report the outputs to
|
||||
|
||||
Reference in New Issue
Block a user