diff --git a/swap/src/api.rs b/swap/src/api.rs index 6d988bf8..b4594ed4 100644 --- a/swap/src/api.rs +++ b/swap/src/api.rs @@ -205,6 +205,7 @@ impl Request { json!({ "signed_tx": signed_tx, "amount": amount.as_sat(), + "txid": signed_tx.txid(), }) } Command::StartDaemon => {