Skip to content

Commit 28a0fc0

Browse files
committed
f stale comment
1 parent c2906a9 commit 28a0fc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,6 @@ struct ClaimablePayments {
451451
/// Map from payment hash to the payment data for HTLCs which we have begun claiming, but which
452452
/// are waiting on a [`ChannelMonitorUpdate`] to complete in order to be surfaced to the user
453453
/// as an [`events::Event::PaymentClaimed`].
454-
///
455-
/// See `ChannelManager` struct-level documentation for lock order requirements.
456454
pending_claimed_payments: HashMap<PaymentHash, ClaimingPayment>,
457455
}
458456

0 commit comments

Comments
 (0)