Drop unused link in `claim_funds`
authorMatt Corallo <git@bluematt.me>
Tue, 6 Dec 2022 21:13:35 +0000 (21:13 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 8 Dec 2022 21:24:26 +0000 (21:24 +0000)
lightning/src/ln/channelmanager.rs

index fa38e54ed768b2c8a443bf4a043c529857741a21..d20569df0464c2952c85fd134669eeb1055abaf6 100644 (file)
@@ -4240,7 +4240,6 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
        /// [`process_pending_events`]: EventsProvider::process_pending_events
        /// [`create_inbound_payment`]: Self::create_inbound_payment
        /// [`create_inbound_payment_for_hash`]: Self::create_inbound_payment_for_hash
-       /// [`get_and_clear_pending_msg_events`]: MessageSendEventsProvider::get_and_clear_pending_msg_events
        pub fn claim_funds(&self, payment_preimage: PaymentPreimage) {
                let payment_hash = PaymentHash(Sha256::hash(&payment_preimage.0).into_inner());