mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 02:48:18 +00:00
fixup! fixup! fixup! refactor(core): use warning_hi_prio in ETH flow
This commit is contained in:
parent
f4ea087ec0
commit
4ede5370e4
@ -144,7 +144,10 @@ async def require_confirm_claim(
|
|||||||
async def require_confirm_unknown_token(address_bytes: bytes) -> None:
|
async def require_confirm_unknown_token(address_bytes: bytes) -> None:
|
||||||
from ubinascii import hexlify
|
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()
|
await confirm_ethereum_unknown_contract_warning()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user