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 16e222c commit 7362d1fCopy full SHA for 7362d1f
lightning/src/ln/channelmanager.rs
@@ -495,7 +495,7 @@ struct ClaimablePayments {
495
pending_claiming_payments: HashMap<PaymentHash, ClaimingPayment>,
496
}
497
498
-/// Events which we process internally but cannot be procsesed immediately at the generation site
+/// Events which we process internally but cannot be processed immediately at the generation site
499
/// usually because we're running pre-full-init. They are handled immediately once we detect we are
500
/// running normally, and specifically must be processed before any other non-background
501
/// [`ChannelMonitorUpdate`]s are applied.
0 commit comments