Skip to content

Commit f9515c4

Browse files
committed
f sp
1 parent 6cb8ee9 commit f9515c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ pub(crate) struct ChannelMonitorImpl<Signer: Sign> {
656656
current_holder_commitment_number: u64,
657657

658658
/// 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
659+
/// preimages that are not included in any unrevoked local commitment transaction or unrevoked
660660
/// remote commitment transactions are automatically removed when commitment transactions are
661661
/// revoked.
662662
payment_preimages: HashMap<PaymentHash, PaymentPreimage>,

0 commit comments

Comments
 (0)