mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-27 03:41:08 -04:00
Don't return signed_tx to API caller on WithdrawBtc method
This commit is contained in:
parent
d6e178357b
commit
25d1fcd2b5
1 changed files with 0 additions and 1 deletions
|
@ -574,7 +574,6 @@ impl Request {
|
|||
.await?;
|
||||
|
||||
Ok(json!({
|
||||
"signed_tx": signed_tx,
|
||||
"amount": amount.to_sat(),
|
||||
"txid": signed_tx.txid(),
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue