mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-26 00:18:15 +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"
|
header = f"Sign {coin} message"
|
||||||
br_type = "sign_message"
|
br_type = "sign_message"
|
||||||
|
|
||||||
await confirm_value(
|
await confirm_blob(
|
||||||
ctx,
|
ctx,
|
||||||
|
br_type,
|
||||||
header.upper(),
|
header.upper(),
|
||||||
address,
|
address,
|
||||||
"Confirm address:",
|
"Confirm address:",
|
||||||
br_type,
|
br_code=BR_TYPE_OTHER,
|
||||||
BR_TYPE_OTHER,
|
|
||||||
verb="CONFIRM",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
await confirm_value(
|
await confirm_value(
|
||||||
|
Loading…
Reference in New Issue
Block a user