Browse Source

Bug fix: Remove pending roll over requests

Otherwise the UI won't update
compile-for-aarch64
Philipp Hoenisch 3 years ago
parent
commit
9de0376daa
No known key found for this signature in database GPG Key ID: E5F8E74C672BC666
  1. 2
      daemon/src/taker_cfd.rs

2
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(())
}

Loading…
Cancel
Save