Skip to content

Commit

Permalink
add Sorted field
Browse files Browse the repository at this point in the history
  • Loading branch information
moneymanolis committed Sep 15, 2023
1 parent 726f9b1 commit 3a16c00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cryptoadvance/specter/devices/jade.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a16c00

Please sign in to comment.