mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Remove unnecessary success property on suspend_current_swap response
This commit is contained in:
parent
bd2aef796d
commit
3c39a34a6e
1 changed files with 0 additions and 1 deletions
|
|
@ -181,7 +181,6 @@ impl Request {
|
|||
context.swap_lock.send_suspend_signal().await?;
|
||||
|
||||
Ok(json!({
|
||||
"success": true,
|
||||
"swapId": swap_id.unwrap()
|
||||
}))
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue