We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c2628 commit 763add0Copy full SHA for 763add0
lightning/src/chain/channelmonitor.rs
@@ -655,6 +655,10 @@ pub(crate) struct ChannelMonitorImpl<Signer: Sign> {
655
// deserialization
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
660
+ /// remote commitment transactions are automatically removed when commitment transactions are
661
+ /// revoked.
662
payment_preimages: HashMap<PaymentHash, PaymentPreimage>,
663
664
// Note that `MonitorEvent`s MUST NOT be generated during update processing, only generated
0 commit comments