dual-open: save our now updated info about broadcast state

This commit is contained in:
niftynei 2021-05-20 16:56:48 -05:00 committed by Rusty Russell
parent 9d9fdfdfa6
commit 8c949be207
1 changed files with 2 additions and 0 deletions

View File

@ -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 */