diff --git a/daemon/src/maker_cfd.rs b/daemon/src/maker_cfd.rs index 156614f..55508d8 100644 --- a/daemon/src/maker_cfd.rs +++ b/daemon/src/maker_cfd.rs @@ -77,12 +77,7 @@ pub struct FromTaker { pub msg: wire::TakerToMaker, } -pub struct Actor< - O = oracle::Actor, - M = monitor::Actor, - T = maker_inc_connections::Actor, - W = wallet::Actor, -> { +pub struct Actor { db: sqlx::SqlitePool, wallet: Address, settlement_interval: Duration,