Skip to content

Commit

Permalink
Merge commit 'refs/pull/135/head' of github.com:bitcoindevkit/bitcoin…
Browse files Browse the repository at this point in the history
…devkit.org
  • Loading branch information
notmandatory committed Feb 27, 2023
2 parents 3381cc1 + 22bfc67 commit b99e5c4
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/descriptors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ Below are some tables to highlight the differences between Bitcoin Core's descri
| -------- | --------------- | --------------- | ------------ |
| `pk()` | βœ“ | βœ“ | βœ“ |
| `pkh()` | βœ“ | βœ“ | βœ“ |
| `older()` | βœ“ | βœ“ | βœ— |
| `after()` | βœ“ | βœ“ | βœ— |
| `sha256()` | βœ“ | βœ“ | βœ— |
| `hash256()` | βœ“ | βœ“ | βœ— |
| `ripemd160()` | βœ“ | βœ“ | βœ— |
| `hash160()` | βœ“ | βœ“ | βœ— |
| `andor()` | βœ“ | βœ“ | βœ— |
| `and_{v,b,n}()` | βœ“ | βœ“ | βœ— |
| `or_{b,c,d,i}()` | βœ“ | βœ“ | βœ— |
| `older()` | βœ“ | βœ“ | βœ“ |
| `after()` | βœ“ | βœ“ | βœ“ |
| `sha256()` | βœ“ | βœ“ | βœ“ |
| `hash256()` | βœ“ | βœ“ | βœ“ |
| `ripemd160()` | βœ“ | βœ“ | βœ“ |
| `hash160()` | βœ“ | βœ“ | βœ“ |
| `andor()` | βœ“ | βœ“ | βœ“ |
| `and_{v,b,n}()` | βœ“ | βœ“ | βœ“ |
| `or_{b,c,d,i}()` | βœ“ | βœ“ | βœ“ |
| `multi()` | βœ“ | βœ“ | βœ“ |
| `thresh()` | βœ“ | βœ“ | βœ— |
| `thresh()` | βœ“ | βœ“ | βœ“ |
| `sortedmulti()` | βœ“ | βœ“ | βœ“ |

</div>
Expand All @@ -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:` | βœ“ | βœ“ | βœ— |
| `s:` | βœ“ | βœ“ | βœ— |
| `c:` | βœ“ | βœ“ | βœ— |
| `t:` | βœ“ | βœ“ | βœ— |
| `d:` | βœ“ | βœ“ | βœ— |
| `v:` | βœ“ | βœ“ | βœ— |
| `j:` | βœ“ | βœ“ | βœ— |
| `n:` | βœ“ | βœ“ | βœ— |
| `l:` | βœ“ | βœ“ | βœ— |
| `u:` | βœ“ | βœ“ | βœ— |
| `a:` | βœ“ | βœ“ | βœ“ |
| `s:` | βœ“ | βœ“ | βœ“ |
| `c:` | βœ“ | βœ“ | βœ“ |
| `t:` | βœ“ | βœ“ | βœ“ |
| `d:` | βœ“ | βœ“ | βœ“ |
| `v:` | βœ“ | βœ“ | βœ“ |
| `j:` | βœ“ | βœ“ | βœ“ |
| `n:` | βœ“ | βœ“ | βœ“ |
| `l:` | βœ“ | βœ“ | βœ“ |
| `u:` | βœ“ | βœ“ | βœ“ |

</div>

Expand Down

0 comments on commit b99e5c4

Please # to comment.