Skip to content

Commit c1f1283

Browse files
committed
f - Add callout that lightning-block-sync is Rust-only
1 parent 31bb66d commit c1f1283

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/blockdata.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ It is your choice as to whether you use this utility or your own to feed the
5555
required chain data to LDK. If you choose to use it, you will need to implement
5656
the `BlockSource` interface or use one of the samples that it provides.
5757

58+
:::note
59+
Currently, `lightning-block-sync` is only available in Rust.
60+
:::
61+
5862
Implementing the `BlockSource` interface requires defining methods for fetching
5963
headers, blocks, and the best block hash.
6064

0 commit comments

Comments
 (0)