mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-24 06:11:06 +00:00
core/cardano: do not force-show homescreen
This commit is contained in:
parent
8e5aac9016
commit
3467cbe236
@ -17,7 +17,6 @@ from apps.cardano.layout import confirm_sending, confirm_transaction, progress
|
|||||||
from apps.common import cbor
|
from apps.common import cbor
|
||||||
from apps.common.paths import validate_path
|
from apps.common.paths import validate_path
|
||||||
from apps.common.seed import remove_ed25519_prefix
|
from apps.common.seed import remove_ed25519_prefix
|
||||||
from apps.homescreen.homescreen import display_homescreen
|
|
||||||
|
|
||||||
# the maximum allowed change address. this should be large enough for normal
|
# the maximum allowed change address. this should be large enough for normal
|
||||||
# use and still allow to quickly brute-force the correct bip32 path
|
# use and still allow to quickly brute-force the correct bip32 path
|
||||||
@ -102,9 +101,6 @@ async def sign_tx(ctx, msg):
|
|||||||
msg.inputs, msg.outputs, keychain, msg.protocol_magic, input_coins_sum
|
msg.inputs, msg.outputs, keychain, msg.protocol_magic, input_coins_sum
|
||||||
)
|
)
|
||||||
|
|
||||||
# clear progress bar
|
|
||||||
display_homescreen()
|
|
||||||
|
|
||||||
for i in msg.inputs:
|
for i in msg.inputs:
|
||||||
await validate_path(ctx, validate_full_path, keychain, i.address_n, CURVE)
|
await validate_path(ctx, validate_full_path, keychain, i.address_n, CURVE)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user