From 4ede5370e40ea1b51d359c191beb84e2671ab96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ioan=20Biz=C4=83u?= Date: Mon, 18 Nov 2024 13:56:22 +0100 Subject: [PATCH] fixup! fixup! fixup! refactor(core): use warning_hi_prio in ETH flow --- core/src/apps/ethereum/layout.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/src/apps/ethereum/layout.py b/core/src/apps/ethereum/layout.py index e7bf60b8c9..45b89cd7ab 100644 --- a/core/src/apps/ethereum/layout.py +++ b/core/src/apps/ethereum/layout.py @@ -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()