diff --git a/daemon/src/taker_cfd.rs b/daemon/src/taker_cfd.rs index fe40288..c6a5231 100644 --- a/daemon/src/taker_cfd.rs +++ b/daemon/src/taker_cfd.rs @@ -407,6 +407,8 @@ impl Actor { .await }); + self.remove_pending_proposal(&order_id) + .context("Could not remove accepted roll over")?; Ok(()) }