Skip to content

Commit 67a5642

Browse files
committed
Drop unused link in claim_funds
1 parent 8a61b10 commit 67a5642

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4243,7 +4243,6 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
42434243
/// [`process_pending_events`]: EventsProvider::process_pending_events
42444244
/// [`create_inbound_payment`]: Self::create_inbound_payment
42454245
/// [`create_inbound_payment_for_hash`]: Self::create_inbound_payment_for_hash
4246-
/// [`get_and_clear_pending_msg_events`]: MessageSendEventsProvider::get_and_clear_pending_msg_events
42474246
pub fn claim_funds(&self, payment_preimage: PaymentPreimage) {
42484247
let payment_hash = PaymentHash(Sha256::hash(&payment_preimage.0).into_inner());
42494248

0 commit comments

Comments
 (0)