We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5c19e commit 41da308Copy full SHA for 41da308
lightning/src/chain/chainmonitor.rs
@@ -529,7 +529,7 @@ where C::Target: chain::Filter,
529
/// Note that callbacks registered on the [`Future`] MUST NOT call back into this
530
/// [`ChainMonitor`] and should instead register actions to be taken later.
531
///
532
- /// [`EventsProvider::process_pending_events`]: crate::util::events::EventsProvider::process_pending_events
+ /// [`EventsProvider::process_pending_events`]: crate::events::EventsProvider::process_pending_events
533
pub fn get_update_future(&self) -> Future {
534
self.event_notifier.get_future()
535
}
0 commit comments