From 54c89217f6d75133a390bb8e4b35d8532cd778ac Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:42:04 +0100 Subject: [PATCH] Respond with bitcoin withdraw txid --- swap/src/api.rs | 1 + 1 file changed, 1 insertion(+) 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 => {