|
1 | 1 | ---
|
| 2 | +layout: page |
| 3 | +permalink: /en/compatibility/abra/ |
| 4 | + |
2 | 5 | name: Abra
|
3 | 6 | internal_url: /en/compatibility/abra
|
4 | 7 | logo: /img/compatibility/abra/abra.png
|
@@ -62,26 +65,31 @@ segwit:
|
62 | 65 | bech32m: "untested"
|
63 | 66 | default: "p2pkh"
|
64 | 67 | send:
|
65 |
| - bech32: "false" |
| 68 | + bech32: "false" |
66 | 69 | bech32m: "untested"
|
67 | 70 | change_bech32: "untested"
|
68 | 71 | segwit_v1: "Bech32 not supported."
|
69 | 72 | bech32_p2wsh: "false"
|
70 | 73 | examples:
|
71 | 74 | - image: /img/compatibility/abra/segwit/receive-screen.png
|
72 | 75 | caption: >
|
73 |
| - Abra uses P2PKH addresses for receiving. |
74 |
| - - image: /img/compatibility/abra/segwit/send-bech32.png |
| 76 | + Abra uses P2PKH addresses for receiving. |
| 77 | + - image: /img/compatibility/abra/segwit/send-bech32.png |
75 | 78 | caption: >
|
76 | 79 | Abra allows a bech32 address to be input and does not provide a warning.
|
77 | 80 | However, the review button was not enabled until a non-bech32 address
|
78 | 81 | was provided. The eventually sent transaction used exact change so
|
79 | 82 | change address format was not determined.
|
80 |
| - - image: /img/compatibility/abra/segwit/send-bech32-qr.png |
| 83 | + - image: /img/compatibility/abra/segwit/send-bech32-qr.png |
81 | 84 | caption: >
|
82 | 85 | When using the QR code scanner, an error about address format was shown
|
83 | 86 | when scanning a bech32 address.
|
84 |
| - - image: /img/compatibility/abra/segwit/send-non-bech32.png |
| 87 | + - image: /img/compatibility/abra/segwit/send-non-bech32.png |
85 | 88 | caption: >
|
86 | 89 | When using a non bech32 address, the "Review" button is enabled. Button
|
87 |
| - is disabled when using bech32 address format. |
| 90 | + is disabled when using bech32 address format. |
| 91 | +--- |
| 92 | +<!-- Abra --> |
| 93 | + |
| 94 | +{% assign tool = page %} |
| 95 | +{% include templates/compatibility-page.md %} |
0 commit comments