From 8c949be207f14ff0fe39d135799f8e3811bf6b79 Mon Sep 17 00:00:00 2001 From: niftynei Date: Thu, 20 May 2021 16:56:48 -0500 Subject: [PATCH] dual-open: save our now updated info about broadcast state --- lightningd/dual_open_control.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lightningd/dual_open_control.c b/lightningd/dual_open_control.c index 14ccbdcab..292531e11 100644 --- a/lightningd/dual_open_control.c +++ b/lightningd/dual_open_control.c @@ -1446,6 +1446,8 @@ static void handle_peer_tx_sigs_sent(struct subd *dualopend, return; } + /* Saves the now finalized version of the psbt */ + wallet_inflight_save(dualopend->ld->wallet, inflight); send_funding_tx(channel, take(wtx)); /* Must be in an "init" state */