1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 08:58:14 +00:00

fixup! fixup! fixup! refactor(core): use warning_hi_prio in ETH flow

This commit is contained in:
Ioan Bizău 2024-11-18 13:56:22 +01:00
parent f4ea087ec0
commit 4ede5370e4

View File

@ -144,7 +144,10 @@ async def require_confirm_claim(
async def require_confirm_unknown_token(address_bytes: bytes) -> None:
from ubinascii import hexlify
from trezor.ui.layouts import confirm_address, confirm_ethereum_unknown_contract_warning
from trezor.ui.layouts import (
confirm_address,
confirm_ethereum_unknown_contract_warning,
)
await confirm_ethereum_unknown_contract_warning()