We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ae0dc commit d05b339Copy full SHA for d05b339
lightningd/peer_control.c
@@ -542,7 +542,7 @@ void resend_opening_transactions(struct lightningd *ld)
542
struct wally_tx *wtx;
543
if (channel_state_uncommitted(channel->state))
544
continue;
545
- if (!channel->funding_psbt)
+ if (!channel->funding_psbt || channel->withheld)
546
547
if (channel->depth != 0)
548
0 commit comments