Browse Source
Bug fix: Remove pending roll over requests
Otherwise the UI won't update
compile-for-aarch64
Philipp Hoenisch
3 years ago
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666
1 changed files with
2 additions and
0 deletions
-
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(()) |
|
|
|
} |
|
|
|
|
|
|
|