Skip to content

Commit 6181b3c

Browse files
committed
f sp
1 parent b54e8e0 commit 6181b3c

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
@@ -454,7 +454,7 @@ pub(super) fn process_onion_failure<T: secp256k1::Signing, L: Deref>(secp_ctx: &
454454
// If the "originator" here isn't lying we should really mark the
455455
// next-hop node as failed entirely, but we can't be confident in that,
456456
// as it would allow any node to get us to completely ban one of its
457-
// counterpartyies. Instead, we simply remove the channel in question.
457+
// counterparties. Instead, we simply remove the channel in question.
458458
network_update = Some(NetworkUpdate::ChannelFailure {
459459
short_channel_id: failing_route_hop.short_channel_id,
460460
is_permanent: true,

0 commit comments

Comments
 (0)