bonomat
3 years ago
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666
1 changed files with
1 additions and
1 deletions
-
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(24); |
|
|
|
pub const SETTLEMENT_INTERVAL: time::Duration = time::Duration::hours(2); |
|
|
|
|
|
|
|
/// Struct controlling the lifetime of the async tasks,
|
|
|
|
/// such as running actors and periodic notifications.
|
|
|
|