Skip to content

Commit 444f857

Browse files
committed
f sp
1 parent 06ceacf commit 444f857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/onion_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ pub(super) fn process_onion_failure<T: secp256k1::Signing, L: Deref>(secp_ctx: &
545545
};
546546
} else {
547547
// If the channel_update had a non-zero length (i.e. was
548-
// present) but we coulnd't read it, treat it as a total
548+
// present) but we couldn't read it, treat it as a total
549549
// node failure.
550550
log_info!(logger,
551551
"Failed to read a channel_update of len {} in an onion",

0 commit comments

Comments
 (0)