mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
* added support for qr message signing for jade * remove taproot support for jade --------- Co-authored-by: Paarth Agarwal <86092410+PaarthAgarwal@users.noreply.github.com> Co-authored-by: Manolis Mandrapilias <70536101+moneymanolis@users.noreply.github.com> Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
This commit is contained in:
parent
f0b40f723a
commit
19d8a82424
1 changed files with 2 additions and 0 deletions
|
|
@ -11,7 +11,9 @@ class Jade(HWIDevice):
|
|||
|
||||
qr_code_support = True
|
||||
supported_qr_code_format = "crypto-psbt"
|
||||
qr_code_support_verify = True
|
||||
sd_card_support = False
|
||||
supports_qr_message_signing = True
|
||||
supports_hwi_toggle_passphrase = False
|
||||
supports_hwi_multisig_display_address = True
|
||||
liquid_support = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue