Skip to content

Commit 7158218

Browse files
committed
f doc link
1 parent 98b3870 commit 7158218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/util/persist.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ where
706706
/// directly by the [`ChainMonitor`] via [`ChainMonitor::new_async_beta`].
707707
///
708708
/// [`ChainMonitor`]: lightning::chain::chainmonitor::ChainMonitor
709+
/// [`ChainMonitor::new_async_beta`]: lightning::chain::chainmonitor::ChainMonitor::new_async_beta
709710
pub struct MonitorUpdatingPersisterAsync<K: Deref, S: FutureSpawner, L: Deref, ES: Deref, SP: Deref, BI: Deref, FE: Deref>
710711
(Arc<MonitorUpdatingPersisterAsyncInner<K, S, L, ES, SP, BI, FE>>)
711712
where

0 commit comments

Comments
 (0)