From d5ce12ef8910829fd823f8d1d751c48e3896416d Mon Sep 17 00:00:00 2001 From: grdddj Date: Wed, 11 Jan 2023 15:24:04 +0100 Subject: [PATCH] WIP - confirm address without hyphens --- core/src/trezor/ui/layouts/tr/__init__.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/src/trezor/ui/layouts/tr/__init__.py b/core/src/trezor/ui/layouts/tr/__init__.py index bab1d8829f..552c552145 100644 --- a/core/src/trezor/ui/layouts/tr/__init__.py +++ b/core/src/trezor/ui/layouts/tr/__init__.py @@ -1202,14 +1202,13 @@ async def confirm_signverify( header = f"Sign {coin} message" br_type = "sign_message" - await confirm_value( + await confirm_blob( ctx, + br_type, header.upper(), address, "Confirm address:", - br_type, - BR_TYPE_OTHER, - verb="CONFIRM", + br_code=BR_TYPE_OTHER, ) await confirm_value(