Skip to content

Commit 647546c

Browse files
committed
f sp
1 parent 9e62808 commit 647546c

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
@@ -1077,7 +1077,7 @@ pub(crate) struct PendingMPPClaim {
10771077
}
10781078

10791079
#[derive(Clone, Debug, PartialEq, Eq)]
1080-
/// When we're claiming a(n MPP) payment, we want to store information about thay payment in the
1080+
/// When we're claiming a(n MPP) payment, we want to store information about that payment in the
10811081
/// [`ChannelMonitor`] so that we can replay the claim without any information from the
10821082
/// [`ChannelManager`] at all. This struct stores that information with enough to replay claims
10831083
/// against all MPP parts as well as generate an [`Event::PaymentClaimed`].

0 commit comments

Comments
 (0)