Skip to content

Commit c2f4612

Browse files
committed
Fix rust docs.
1 parent 40e814a commit c2f4612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-block-sync/src/init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ BlockSourceResult<ValidatedBlockHeader> where B::Target: BlockSource {
9595
/// config,
9696
/// vec![&mut monitor],
9797
/// );
98-
/// <(BlockHash, ChannelManager<S, &ChainMonitor<S, &C, &T, &F, &L, &P>, &T, &K, &F, &L>)>::read(
98+
/// <(BlockHash, ChannelManager<&ChainMonitor<S, &C, &T, &F, &L, &P>, &T, &K, &F, &L>)>::read(
9999
/// &mut Cursor::new(&serialized_manager), read_args).unwrap()
100100
/// };
101101
///

0 commit comments

Comments
 (0)