Skip to content

Commit 3863149

Browse files
authored
Update chain_activity.md
1 parent e3cbe46 commit 3863149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blockchain_data/chain_activity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a `ChannelMonitor` and passes it to the `ChainMonitor` to watch.
66

77
At this point, you need to feed LDK any chain data of interest so that it can
88
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
1010
anywhere, it is your responsibility to call the `block_connected` and
1111
`block_disconnected` methods on `ChannelManager` and `ChainMonitor`. This allows
1212
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.
2424

2525
::: tip Note
2626
Currently, `lightning-block-sync` is only available in Rust.
27-
:::
27+
:::

0 commit comments

Comments
 (0)