You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building-a-node-with-ldk/setting-up-a-channel-manager.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1121,7 +1121,7 @@ There are 2 main options for synchronizing to chain on startup:
1121
1121
**Full Blocks or BIP 157/158**
1122
1122
1123
1123
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 asin 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 asin the example above: the high-level steps that must be done for both `ChannelManager` and each `ChannelMonitor` are as follows:
1125
1125
1126
1126
1. Get the last blockhash that each object saw.
1127
1127
-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