diff --git a/src/cryptoadvance/specter/devices/jade.py b/src/cryptoadvance/specter/devices/jade.py index 9ea94f633..e9d0a7afd 100644 --- a/src/cryptoadvance/specter/devices/jade.py +++ b/src/cryptoadvance/specter/devices/jade.py @@ -67,12 +67,14 @@ def export_wallet(self, wallet): Policy: {} of {} Derivation: {} Format: {} +Sorted: {} """.format( to_ascii20(wallet.name), wallet.sigs_required, len(wallet.keys), derivation, CC_TYPES[wallet.address_type], + not wallet.uses_multi, ) for k in wallet.keys: # cc assumes fingerprint is known