]> Untitled Git - bitcoindevkit.org/commitdiff
docs: Bitcoin Core now supports miniscript inside wsh()
authorAntoine Poinsot <darosior@protonmail.com>
Mon, 9 Jan 2023 10:39:36 +0000 (11:39 +0100)
committerAntoine Poinsot <darosior@protonmail.com>
Mon, 9 Jan 2023 10:39:36 +0000 (11:39 +0100)
docs/descriptors/README.md

index 8a3b0cb524594be52e303dad24a03c7e7ff9e281..bcce9f0466de0fb3acfe6c37c998072b22dcb95c 100644 (file)
@@ -51,17 +51,17 @@ Below are some tables to highlight the differences between Bitcoin Core's descri
 | -------- | --------------- | --------------- | ------------ |
 | `pk()` | ✓ | ✓ | ✓ |
 | `pkh()` | ✓ | ✓ | ✓ |
-| `older()` | â\9c\93 | â\9c\93 | â\9c\97  |
-| `after()` | â\9c\93 | â\9c\93 | â\9c\97  |
-| `sha256()` | â\9c\93 | â\9c\93 | â\9c\97  |
-| `hash256()` | â\9c\93 | â\9c\93 | â\9c\97  |
-| `ripemd160()` | â\9c\93 | â\9c\93 | â\9c\97  |
-| `hash160()` | â\9c\93 | â\9c\93 | â\9c\97  |
-| `andor()` | â\9c\93 | â\9c\93 | â\9c\97  |
-| `and_{v,b,n}()` | â\9c\93 | â\9c\93 | â\9c\97  |
-| `or_{b,c,d,i}()` | â\9c\93 | â\9c\93 | â\9c\97  |
+| `older()` | â\9c\93 | â\9c\93 | â\9c\93  |
+| `after()` | â\9c\93 | â\9c\93 | â\9c\93  |
+| `sha256()` | â\9c\93 | â\9c\93 | â\9c\93  |
+| `hash256()` | â\9c\93 | â\9c\93 | â\9c\93  |
+| `ripemd160()` | â\9c\93 | â\9c\93 | â\9c\93  |
+| `hash160()` | â\9c\93 | â\9c\93 | â\9c\93  |
+| `andor()` | â\9c\93 | â\9c\93 | â\9c\93  |
+| `and_{v,b,n}()` | â\9c\93 | â\9c\93 | â\9c\93  |
+| `or_{b,c,d,i}()` | â\9c\93 | â\9c\93 | â\9c\93  |
 | `multi()` | ✓ | ✓ | ✓  |
-| `thresh()` | â\9c\93 | â\9c\93 | â\9c\97  |
+| `thresh()` | â\9c\93 | â\9c\93 | â\9c\93  |
 | `sortedmulti()` | ✓  | ✓  | ✓  |
 
 </div>
@@ -72,16 +72,16 @@ Below are some tables to highlight the differences between Bitcoin Core's descri
 
 | Script Type | BDK | rust-miniscript | Bitcoin Core |
 | -------- | --------------- | --------------- | ------------ |
-| `a:` | â\9c\93 | â\9c\93 | â\9c\97 |
-| `s:` | â\9c\93 | â\9c\93 | â\9c\97 |
-| `c:` | â\9c\93 | â\9c\93 | â\9c\97 |
-| `t:` | â\9c\93 | â\9c\93 | â\9c\97 |
-| `d:` | â\9c\93 | â\9c\93 | â\9c\97 |
-| `v:` | â\9c\93 | â\9c\93 | â\9c\97 |
-| `j:` | â\9c\93 | â\9c\93 | â\9c\97 |
-| `n:` | â\9c\93 | â\9c\93 | â\9c\97 |
-| `l:` | â\9c\93 | â\9c\93 | â\9c\97 |
-| `u:` | â\9c\93 | â\9c\93 | â\9c\97 |
+| `a:` | â\9c\93 | â\9c\93 | â\9c\93 |
+| `s:` | â\9c\93 | â\9c\93 | â\9c\93 |
+| `c:` | â\9c\93 | â\9c\93 | â\9c\93 |
+| `t:` | â\9c\93 | â\9c\93 | â\9c\93 |
+| `d:` | â\9c\93 | â\9c\93 | â\9c\93 |
+| `v:` | â\9c\93 | â\9c\93 | â\9c\93 |
+| `j:` | â\9c\93 | â\9c\93 | â\9c\93 |
+| `n:` | â\9c\93 | â\9c\93 | â\9c\93 |
+| `l:` | â\9c\93 | â\9c\93 | â\9c\93 |
+| `u:` | â\9c\93 | â\9c\93 | â\9c\93 |
 
 </div>