You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/build_a_node_in_rust.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -186,11 +186,11 @@ impl Filter for YourTxFilter {
186
186
letfilter=YourTxFilter();
187
187
```
188
188
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
190
190
191
191
**Dependencies:***none*
192
192
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)
194
194
195
195
### Step 5. Initialize the `ChainMonitor`
196
196
**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