mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-12 09:24:22 -05:00
Respond with bitcoin withdraw txid
This commit is contained in:
parent
beec7ac9c0
commit
54c89217f6
@ -205,6 +205,7 @@ impl Request {
|
||||
json!({
|
||||
"signed_tx": signed_tx,
|
||||
"amount": amount.as_sat(),
|
||||
"txid": signed_tx.txid(),
|
||||
})
|
||||
}
|
||||
Command::StartDaemon => {
|
||||
|
Loading…
Reference in New Issue
Block a user