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 528c0c0 commit 8853627Copy full SHA for 8853627
lightning/src/ln/channel.rs
@@ -8253,8 +8253,6 @@ pub(super) struct OutboundV1Channel<SP: Deref> where SP::Target: SignerProvider
8253
/// We tried to send a `open_channel` message but our commitment point wasn't ready.
8254
/// This flag tells us we need to send it when we are retried once the
8255
/// commiment point is ready.
8256
- ///
8257
- /// TODO: don't need to persist this since we'll send open_channel again on connect?
8258
pub signer_pending_open_channel: bool,
8259
}
8260
0 commit comments