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 ddee2b1 commit b9e77bbCopy full SHA for b9e77bb
lightning/src/ln/channelmanager.rs
@@ -912,7 +912,7 @@ pub(crate) enum RAAMonitorUpdateBlockingAction {
912
},
913
/// We claimed an MPP payment across multiple channels. We have to block removing the payment
914
/// 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
+ /// preimage. Otherwise we may not be able to replay the preimage on the monitor(s) that
916
/// weren't updated on startup.
917
///
918
/// This variant is *not* written to disk, instead being inferred from [`ChannelMonitor`]
0 commit comments