mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-17 12:09:06 -04:00
Respond with bitcoin withdraw txid
This commit is contained in:
parent
beec7ac9c0
commit
54c89217f6
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ impl Request {
|
|||
json!({
|
||||
"signed_tx": signed_tx,
|
||||
"amount": amount.as_sat(),
|
||||
"txid": signed_tx.txid(),
|
||||
})
|
||||
}
|
||||
Command::StartDaemon => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue