Skip to content

Commit 08be183

Browse files
authored
f nit
1 parent bc9ec24 commit 08be183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blockchain_data/pre_filtered_blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ which transactions and outputs it is interested in. This information can then be
66
used to filter blocks prior to sending them to your node.
77

88
For example, if your block source is an Electrum client, you can pass along this
9-
information to it. Or if you are making use of a BIP 157 client, you can check
9+
information to it. Or, if you are making use of a BIP 157 client, you can check
1010
if a block contains relevant transactions before fetching it.
1111

1212
So how does this work in practice? `ChainMonitor` is parameterized by an

0 commit comments

Comments
 (0)