Respond with bitcoin withdraw txid

This commit is contained in:
binarybaron 2022-11-28 17:42:04 +01:00
parent beec7ac9c0
commit 54c89217f6

View File

@ -205,6 +205,7 @@ impl Request {
json!({
"signed_tx": signed_tx,
"amount": amount.as_sat(),
"txid": signed_tx.txid(),
})
}
Command::StartDaemon => {