Skip to content

Commit 8826a05

Browse files
committed
f - typo
1 parent 8853627 commit 8826a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channel.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8250,9 +8250,9 @@ impl<SP: Deref> Channel<SP> where
82508250
pub(super) struct OutboundV1Channel<SP: Deref> where SP::Target: SignerProvider {
82518251
pub context: ChannelContext<SP>,
82528252
pub unfunded_context: UnfundedChannelContext,
8253-
/// We tried to send a `open_channel` message but our commitment point wasn't ready.
8253+
/// We tried to send an `open_channel` message but our commitment point wasn't ready.
82548254
/// This flag tells us we need to send it when we are retried once the
8255-
/// commiment point is ready.
8255+
/// commitment point is ready.
82568256
pub signer_pending_open_channel: bool,
82578257
}
82588258

0 commit comments

Comments
 (0)