Skip to content

Commit 58dea93

Browse files
author
Conor Okus
authored
Merge pull request #146 from tnull/patch-4
Update `blockchain_data.md`
2 parents 831466f + 9a57138 commit 58dea93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/overview/blockchain_data.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Blockchain Data
22

3-
LDK provides a simple block_connected/block_disconnected API which you pass block headers and transaction information to. LDK also provides an API for getting information about transactions it wishes to be informed of, which is compatible with Electrum server requests/neutrino filtering/etc.
3+
LDK provides a simple `block_connected`/`block_disconnected` API which you pass block headers and transaction information to. LDK also provides an API for getting information about transactions it wishes to be informed of, which is compatible with Electrum server requests/neutrino filtering/etc.
44

5-
[Sample module in Rust](https://github.com/rust-bitcoin/rust-lightning/tree/main/lightning-block-sync)
5+
[Blockchain Data Guide](https://lightningdevkit.org/blockchain_data/introduction/)
6+
7+
[Sample module in Rust](https://github.com/rust-bitcoin/rust-lightning/tree/main/lightning-block-sync)

0 commit comments

Comments
 (0)