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 c2906a9 commit 28a0fc0Copy full SHA for 28a0fc0
lightning/src/ln/channelmanager.rs
@@ -451,8 +451,6 @@ struct ClaimablePayments {
451
/// Map from payment hash to the payment data for HTLCs which we have begun claiming, but which
452
/// are waiting on a [`ChannelMonitorUpdate`] to complete in order to be surfaced to the user
453
/// as an [`events::Event::PaymentClaimed`].
454
- ///
455
- /// See `ChannelManager` struct-level documentation for lock order requirements.
456
pending_claimed_payments: HashMap<PaymentHash, ClaimingPayment>,
457
}
458
0 commit comments