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 8853627 commit 8826a05Copy full SHA for 8826a05
lightning/src/ln/channel.rs
@@ -8250,9 +8250,9 @@ impl<SP: Deref> Channel<SP> where
8250
pub(super) struct OutboundV1Channel<SP: Deref> where SP::Target: SignerProvider {
8251
pub context: ChannelContext<SP>,
8252
pub unfunded_context: UnfundedChannelContext,
8253
- /// We tried to send a `open_channel` message but our commitment point wasn't ready.
+ /// We tried to send an `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.
+ /// commitment point is ready.
8256
pub signer_pending_open_channel: bool,
8257
}
8258
0 commit comments