Skip to content

Commit 04161ae

Browse files
ui: use emojis for yes/no on descriptors page
1 parent e19e508 commit 04161ae

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

docs/descriptors/README.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Below are some tables to highlight the differences between Bitcoin Core's descri
1717

1818
| Key Type | BDK | rust-miniscript | Bitcoin Core |
1919
| -------- | --------------- | --------------- | ------------ |
20-
| Hex PublicKey | | | |
21-
| WIF PrivateKey | | | |
22-
| Extended Keys (xpub/xprv) | | | |
20+
| Hex PublicKey | | | |
21+
| WIF PrivateKey | | | |
22+
| Extended Keys (xpub/xprv) | | | |
2323

2424
</div>
2525

@@ -29,18 +29,18 @@ Below are some tables to highlight the differences between Bitcoin Core's descri
2929

3030
| Script Type | BDK | rust-miniscript | Bitcoin Core |
3131
| -------- | --------------- | --------------- | ------------ |
32-
| `pk()` | | | |
33-
| `pkh()` | | | |
34-
| `wpkh()` | | | |
35-
| `tr()` | | | |
36-
| `sh(wpkh())` | | | |
37-
| `sh()` | | | |
38-
| `wsh()` | | | |
39-
| `sh(wsh())` | | | |
40-
| `combo()` | || |
41-
| `addr()` | || |
42-
| `raw()` | || |
43-
| Bare scripts | | | |
32+
| `pk()` | | | |
33+
| `pkh()` | | | |
34+
| `wpkh()` | | | |
35+
| `tr()` | | | |
36+
| `sh(wpkh())` | | | |
37+
| `sh()` | | | |
38+
| `wsh()` | | | |
39+
| `sh(wsh())` | | | |
40+
| `combo()` | || |
41+
| `addr()` | || |
42+
| `raw()` | || |
43+
| Bare scripts | | | |
4444

4545
</div>
4646

@@ -50,20 +50,20 @@ Below are some tables to highlight the differences between Bitcoin Core's descri
5050

5151
| Operator | BDK | rust-miniscript | Bitcoin Core |
5252
| -------- | --------------- | --------------- | ------------ |
53-
| `pk()` | | | |
54-
| `pkh()` | | | |
55-
| `older()` | | | |
56-
| `after()` | | | |
57-
| `sha256()` | | | |
58-
| `hash256()` | | | |
59-
| `ripemd160()` | | | |
60-
| `hash160()` | | | |
61-
| `andor()` | | | |
62-
| `and_{v,b,n}()` | | | |
63-
| `or_{b,c,d,i}()` | | | |
64-
| `multi()` | | | |
65-
| `thresh()` | | | |
66-
| `sortedmulti()` | | | |
53+
| `pk()` | | | |
54+
| `pkh()` | | | |
55+
| `older()` | | | |
56+
| `after()` | | | |
57+
| `sha256()` | | | |
58+
| `hash256()` | | | |
59+
| `ripemd160()` | | | |
60+
| `hash160()` | | | |
61+
| `andor()` | | | |
62+
| `and_{v,b,n}()` | | | |
63+
| `or_{b,c,d,i}()` | | | |
64+
| `multi()` | | | |
65+
| `thresh()` | | | |
66+
| `sortedmulti()` | | | |
6767

6868
</div>
6969

@@ -73,16 +73,16 @@ Below are some tables to highlight the differences between Bitcoin Core's descri
7373

7474
| Script Type | BDK | rust-miniscript | Bitcoin Core |
7575
| -------- | --------------- | --------------- | ------------ |
76-
| `a:` | | | |
77-
| `s:` | | | |
78-
| `c:` | | | |
79-
| `t:` | | | |
80-
| `d:` | | | |
81-
| `v:` | | | |
82-
| `j:` | | | |
83-
| `n:` | | | |
84-
| `l:` | | | |
85-
| `u:` | | | |
76+
| `a:` | | | |
77+
| `s:` | | | |
78+
| `c:` | | | |
79+
| `t:` | | | |
80+
| `d:` | | | |
81+
| `v:` | | | |
82+
| `j:` | | | |
83+
| `n:` | | | |
84+
| `l:` | | | |
85+
| `u:` | | | |
8686

8787
</div>
8888

0 commit comments

Comments
 (0)