We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb8ee9 commit f9515c4Copy full SHA for f9515c4
lightning/src/chain/channelmonitor.rs
@@ -656,7 +656,7 @@ pub(crate) struct ChannelMonitorImpl<Signer: Sign> {
656
current_holder_commitment_number: u64,
657
658
/// The set of payment hashes from inbound payments for which we know the preimage. Payment
659
- /// preimages which are not included in any unrevoked local commitment transaction or unrevoked
+ /// preimages that are not included in any unrevoked local commitment transaction or unrevoked
660
/// remote commitment transactions are automatically removed when commitment transactions are
661
/// revoked.
662
payment_preimages: HashMap<PaymentHash, PaymentPreimage>,
0 commit comments