mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
python: fix PASSPHRASE_TEST_PATH
This commit is contained in:
parent
a31b2cd1bc
commit
aeaa402b75
@ -34,7 +34,7 @@ VENDORS = ("bitcointrezor.com", "trezor.io")
|
||||
MAX_PASSPHRASE_LENGTH = 50
|
||||
|
||||
PASSPHRASE_ON_DEVICE = object()
|
||||
PASSPHRASE_TEST_PATH = tools.parse_path("44h/1h/19h/0/1337")
|
||||
PASSPHRASE_TEST_PATH = tools.parse_path("44h/1h/0h/0/0")
|
||||
|
||||
OUTDATED_FIRMWARE_ERROR = """
|
||||
Your Trezor firmware is out of date. Update it with the following command:
|
||||
|
Loading…
Reference in New Issue
Block a user