Skip to content

Commit 81661ec

Browse files
committed
f doc link
1 parent 4324dce commit 81661ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/util/persist.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,8 @@ where
711711
///
712712
/// Unlike [`MonitorUpdatingPersister`], this does not implement [`Persist`], but is instead used
713713
/// directly by the [`ChainMonitor`].
714+
///
715+
/// [`ChainMonitor`]: lightning::chain::chainmonitor::ChainMonitor
714716
pub struct MonitorUpdatingPersisterAsync<K: Deref, S: FutureSpawner, L: Deref, ES: Deref, SP: Deref, BI: Deref, FE: Deref>
715717
(Arc<MonitorUpdatingPersisterAsyncInner<K, S, L, ES, SP, BI, FE>>)
716718
where

0 commit comments

Comments
 (0)