diff --git a/daemon/src/model/cfd.rs b/daemon/src/model/cfd.rs index b7dc2a4..49d4984 100644 --- a/daemon/src/model/cfd.rs +++ b/daemon/src/model/cfd.rs @@ -102,7 +102,7 @@ pub struct Order { #[allow(dead_code)] // Only one binary and the tests use this. impl Order { - pub const TERM: Duration = Duration::hours(8); + pub const TERM: Duration = Duration::hours(24); pub fn new( price: Usd,