Skip to content

Commit

Permalink
SFT-2605: reordered key manager new keys page
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg-foundation committed Aug 22, 2023
1 parent 805bc17 commit 7b67cc7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ports/stm32/boards/Passport/modules/derived_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
# Each task must return ({'priv', <private key>, etc.}, None)
# tn stands for Type Number
key_types = [
{'tn': 0,
'title': '24 Word Seed',
'icon': 'ICON_SEED',
'indexed': True,
'words': True,
'task': bip85_24_word_seed_task},
{'tn': 1,
'title': '12 Word Seed',
'icon': 'ICON_SEED',
'indexed': True,
'words': True,
'task': bip85_12_word_seed_task},
{'tn': 0,
'title': '24 Word Seed',
'icon': 'ICON_SEED',
'indexed': True,
'words': True,
'task': bip85_24_word_seed_task},
{'tn': 2,
'title': 'Nostr Key',
'icon': 'ICON_NOSTR',
Expand Down

0 comments on commit 7b67cc7

Please sign in to comment.