Feature: Adding QR message signing and address verification for Jade (#2109) (#2120)

* 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:
k9ert 2023-02-02 17:49:44 +01:00 committed by GitHub
parent f0b40f723a
commit 19d8a82424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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