Skip to content

Commit 74a2f49

Browse files
author
Conor Okus
committed
s/module/crate
1 parent a5504a1 commit 74a2f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-a-node-with-ldk/setting-up-a-channel-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ There are 2 main options for synchronizing to chain on startup:
11211121
**Full Blocks or BIP 157/158**
11221122
11231123
If you are connecting full blocks or using BIP 157/158, then it is recommended to use
1124-
LDK's `lightning_block_sync` sample crate as in the example above: the high-level steps that must be done for both `ChannelManager` and each `ChannelMonitor` are as follows:
1124+
LDK's `lightning_block_sync` crate as in the example above: the high-level steps that must be done for both `ChannelManager` and each `ChannelMonitor` are as follows:
11251125

11261126
1. Get the last blockhash that each object saw.
11271127
- Receive the latest block hash when through [deserializtion](https://docs.rs/lightning/*/lightning/ln/channelmanager/struct.ChannelManagerReadArgs.html) of the `ChannelManager` via `read()`

0 commit comments

Comments
 (0)