add Bitcoin Safe to Export menu
This commit is contained in:
parent
eb325e5fec
commit
e61493668b
@ -5,7 +5,7 @@ This lists the new changes that have not yet been published in a normal release.
|
||||
|
||||
# Shared Improvements - Both Mk4 and Q
|
||||
|
||||
- tbd
|
||||
- Enhancement: Add `Bitcoin Safe` option to `Export Wallet`
|
||||
|
||||
|
||||
# Mk4 Specific Changes
|
||||
|
||||
@ -191,6 +191,7 @@ WalletExportMenu = [
|
||||
arg=(True, [AF_P2WPKH, AF_P2WPKH_P2SH], "Zeus Wallet", "zeus-export.txt")),
|
||||
MenuItem("Electrum Wallet", f=electrum_skeleton),
|
||||
MenuItem("Theya", f=named_generic_skeleton, arg="Theya"),
|
||||
MenuItem("Bitcoin Safe", f=named_generic_skeleton, arg="Bitcoin Safe"),
|
||||
MenuItem("Wasabi Wallet", f=wasabi_skeleton),
|
||||
MenuItem("Unchained", f=unchained_capital_export),
|
||||
MenuItem("Lily Wallet", f=named_generic_skeleton, arg="Lily"),
|
||||
|
||||
@ -309,11 +309,12 @@ def test_export_electrum(way, dev, mode, acct_num, pick_menu_item, goto_home, ca
|
||||
@pytest.mark.parametrize('app', [
|
||||
# no need to run them all - just name check differs
|
||||
("Generic JSON", "Generic Export"),
|
||||
("Nunchuk", "Nunchuk Wallet"),
|
||||
# ("Nunchuk", "Nunchuk Wallet"),
|
||||
# These differ only in the menu title. If that changes, add them back here... test latest only
|
||||
# ("Lily Wallet", "Lily Wallet"),
|
||||
# ("Sparrow Wallet", "Sparrow Wallet"),
|
||||
("Theya", "Theya Wallet"),
|
||||
# ("Theya", "Theya Wallet"),
|
||||
("Bitcoin Safe", "Bitcoin Safe Wallet"),
|
||||
])
|
||||
def test_export_coldcard(way, dev, acct_num, app, pick_menu_item, goto_home, cap_story, need_keypress,
|
||||
microsd_path, nfc_read_json, virtdisk_path, addr_vs_path, enter_number,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user