Skip to content

Commit 7362d1f

Browse files
committed
f sp
1 parent 16e222c commit 7362d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ struct ClaimablePayments {
495495
pending_claiming_payments: HashMap<PaymentHash, ClaimingPayment>,
496496
}
497497

498-
/// Events which we process internally but cannot be procsesed immediately at the generation site
498+
/// Events which we process internally but cannot be processed immediately at the generation site
499499
/// usually because we're running pre-full-init. They are handled immediately once we detect we are
500500
/// running normally, and specifically must be processed before any other non-background
501501
/// [`ChannelMonitorUpdate`]s are applied.

0 commit comments

Comments
 (0)