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