Skip to content

Commit e3cbe46

Browse files
author
Conor Okus
authored
Merge pull request #142 from tnull/2022-07-fix-blockdata-link
Fix `blockchain_data` guide link
2 parents df54c90 + f2f64d7 commit e3cbe46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/build_a_node_in_rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ impl Filter for YourTxFilter {
186186
let filter = YourTxFilter();
187187
```
188188

189-
**Implementation notes:** see the [Blockchain Data](/blockchain_data.md) guide for more info
189+
**Implementation notes:** see the [Blockchain Data](/blockchain_data/introduction.md) guide for more info
190190

191191
**Dependencies:** *none*
192192

193-
**References:** [`Filter` docs](https://docs.rs/lightning/*/lightning/chain/trait.Filter.html), [Blockchain Data guide](/blockchain_data.md)
193+
**References:** [`Filter` docs](https://docs.rs/lightning/*/lightning/chain/trait.Filter.html), [Blockchain Data guide](/blockchain_data/introduction.md)
194194

195195
### Step 5. Initialize the `ChainMonitor`
196196
**What it's used for:** tracking one or more `ChannelMonitor`s and using them to monitor the chain for lighting transactions that are relevant to our node, and broadcasting transactions if need be

0 commit comments

Comments
 (0)