Skip to content

Commit c4b4923

Browse files
committed
Drop unused link in claim_funds
1 parent 8772e69 commit c4b4923

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
@@ -4240,7 +4240,6 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
42404240
/// [`process_pending_events`]: EventsProvider::process_pending_events
42414241
/// [`create_inbound_payment`]: Self::create_inbound_payment
42424242
/// [`create_inbound_payment_for_hash`]: Self::create_inbound_payment_for_hash
4243-
/// [`get_and_clear_pending_msg_events`]: MessageSendEventsProvider::get_and_clear_pending_msg_events
42444243
pub fn claim_funds(&self, payment_preimage: PaymentPreimage) {
42454244
let payment_hash = PaymentHash(Sha256::hash(&payment_preimage.0).into_inner());
42464245

0 commit comments

Comments
 (0)