From 2699a5218a02ec014062ea96ee5011a2bcc6586e Mon Sep 17 00:00:00 2001 From: Muin Momin Date: Fri, 2 Sep 2022 16:36:33 -0500 Subject: [PATCH] Fix typo "there own" to "their own" --- docs/tutorials/compact_filters_demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/compact_filters_demo.md b/docs/tutorials/compact_filters_demo.md index dade0248d1..4fec149f6c 100644 --- a/docs/tutorials/compact_filters_demo.md +++ b/docs/tutorials/compact_filters_demo.md @@ -30,7 +30,7 @@ The main three components of abstraction in BDK are - `Descriptors` - `Blockchain` -BDK comes with default implementations of all them that developers can start with out of the box. Developers can also create there own custom implementations and plug it into BDK (thanks to rust magic of `Traits`). +BDK comes with default implementations of all them that developers can start with out of the box. Developers can also create their own custom implementations and plug it into BDK (thanks to rust magic of `Traits`). BDK also supports [BIP158](https://github.com/bitcoin/bips/blob/master/bip-0158.mediawiki) communication protocol, which allows creation of `BIP157` type compact filter SPV nodes. This capability is extended to wallet with BDK's `Blockchain` data structure. The [API](https://docs.rs/bdk/0.8.0/bdk/blockchain/trait.Blockchain.html) for `compact_filters` backend is similar to any other kind of backends, so wallet devs don't need to worry about all the details. Its ok if the dev haven't even heard of `BIP157`, BDK takes care of that in background. -- 2.49.0