Skip to content

Commit b9e77bb

Browse files
committed
f sp
1 parent ddee2b1 commit b9e77bb

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
@@ -912,7 +912,7 @@ pub(crate) enum RAAMonitorUpdateBlockingAction {
912912
},
913913
/// We claimed an MPP payment across multiple channels. We have to block removing the payment
914914
/// preimage from any monitor until the last monitor is updated to contain the payment
915-
/// preimage. Otherwise we may not be able to replay the preimage on the monitor(s) which
915+
/// preimage. Otherwise we may not be able to replay the preimage on the monitor(s) that
916916
/// weren't updated on startup.
917917
///
918918
/// This variant is *not* written to disk, instead being inferred from [`ChannelMonitor`]

0 commit comments

Comments
 (0)