]> Untitled Git - bitcoindevkit.org/commitdiff
docs: update descriptors page
authorGreg Tonoski <111286121+GregTonoski@users.noreply.github.com>
Mon, 19 Aug 2024 10:15:19 +0000 (12:15 +0200)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Mon, 28 Oct 2024 13:23:43 +0000 (09:23 -0400)
docs/descriptors/README.md

index bcce9f0466de0fb3acfe6c37c998072b22dcb95c..4f9f3f8dedc45907c4ab0a02f08403878d46d32e 100644 (file)
@@ -32,6 +32,7 @@ Below are some tables to highlight the differences between Bitcoin Core's descri
 | `pk()` | ✓ | ✓ | ✓ |
 | `pkh()` | ✓ | ✓ | ✓ |
 | `wpkh()` | ✓ | ✓ | ✓ |
+| `tr()` | ✓ | ✓ | ✓ |
 | `sh(wpkh())` | ✓ | ✓ | ✓ |
 | `sh()` | ✓ | ✓ | ✓ |
 | `wsh()` | ✓ | ✓ | ✓ |
@@ -39,7 +40,7 @@ Below are some tables to highlight the differences between Bitcoin Core's descri
 | `combo()` | ✗  | ✗  | ✓ |
 | `addr()` | ✗  | ✗  | ✓ |
 | `raw()` | ✗  | ✗  | ✓ |
-| Bare scripts | ✓ | ✓ | ✗  |
+| Bare scripts | ✓ | ✓ | ✗ |
 
 </div>