1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

fix: allow cardano derivation

[no changelog]
This commit is contained in:
M1nd3r 2024-10-04 17:25:15 +02:00
parent 5eef522c4f
commit 0905cc50dd

View File

@ -111,7 +111,7 @@ else:
if msg.derive_cardano:
from apps.cardano.seed import derive_and_store_secrets
ctx.cache.set_bool(APP_COMMON_DERIVE_CARDANO, True)
derive_and_store_secrets(ctx, passphrase)
@check_thp_is_not_used