Skip to content

Commit

Permalink
dual-open: save our now updated info about broadcast state
Browse files Browse the repository at this point in the history
  • Loading branch information
niftynei authored and rustyrussell committed May 24, 2021
1 parent 9d9fdfd commit 8c949be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lightningd/dual_open_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8c949be

Please sign in to comment.