mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-25 07:58:12 +00:00
WIP - confirm address without hyphens
This commit is contained in:
parent
ae7733cfbe
commit
d5ce12ef89
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user