Browse Source

Settle CFDs after 7 days

release/0.3.1
bonomat 3 years ago
parent
commit
be8aa0c6ec
No known key found for this signature in database GPG Key ID: E5F8E74C672BC666
  1. 2
      daemon/src/lib.rs

2
daemon/src/lib.rs

@ -75,7 +75,7 @@ pub const N_PAYOUTS: usize = 200;
/// - How the oracle event id is chosen when creating an order (maker)
/// - The sliding window of cached oracle announcements (maker, taker)
/// - The auto-rollover time-window (taker)
pub const SETTLEMENT_INTERVAL: time::Duration = time::Duration::hours(2);
pub const SETTLEMENT_INTERVAL: time::Duration = time::Duration::days(7);
/// Struct controlling the lifetime of the async tasks,
/// such as running actors and periodic notifications.

Loading…
Cancel
Save