File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ a `ChannelMonitor` and passes it to the `ChainMonitor` to watch.
6
6
7
7
At this point, you need to feed LDK any chain data of interest so that it can
8
8
respond accordingly. It supports receiving either full blocks or pre-filtered
9
- blocks using the ` chain::Listen ` interface. While block data can sourced from
9
+ blocks using the ` chain::Listen ` interface. While block data can be sourced from
10
10
anywhere, it is your responsibility to call the ` block_connected ` and
11
11
` block_disconnected ` methods on ` ChannelManager ` and ` ChainMonitor ` . This allows
12
12
them to update channel state and respond to on-chain events, respectively.
@@ -24,4 +24,4 @@ the `BlockSource` interface or use one of the samples that it provides.
24
24
25
25
::: tip Note
26
26
Currently, ` lightning-block-sync ` is only available in Rust.
27
- :::
27
+ :::
You can’t perform that action at this time.
0 commit comments