Skip to content

Commit 41da308

Browse files
committed
f rebase
1 parent fb5c19e commit 41da308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chainmonitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ where C::Target: chain::Filter,
529529
/// Note that callbacks registered on the [`Future`] MUST NOT call back into this
530530
/// [`ChainMonitor`] and should instead register actions to be taken later.
531531
///
532-
/// [`EventsProvider::process_pending_events`]: crate::util::events::EventsProvider::process_pending_events
532+
/// [`EventsProvider::process_pending_events`]: crate::events::EventsProvider::process_pending_events
533533
pub fn get_update_future(&self) -> Future {
534534
self.event_notifier.get_future()
535535
}

0 commit comments

Comments
 (0)