mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-04 05:42:34 +00:00
core: change text in confirm_coinjoin
This commit is contained in:
parent
c50df26c41
commit
cde8d29e51
@ -264,8 +264,9 @@ async def handle_UnlockPath(ctx: wire.Context, msg: UnlockPath) -> protobuf.Mess
|
|||||||
await confirm_action(
|
await confirm_action(
|
||||||
ctx,
|
ctx,
|
||||||
"confirm_coinjoin_access",
|
"confirm_coinjoin_access",
|
||||||
title="Coinjoin",
|
title="Access to coinjoin",
|
||||||
description="Do you want to access your coinjoin account?",
|
description="Do you want to allow access to your coinjoin account?",
|
||||||
|
verb="ALLOW",
|
||||||
)
|
)
|
||||||
|
|
||||||
wire_types = (MessageType.GetAddress, MessageType.GetPublicKey, MessageType.SignTx)
|
wire_types = (MessageType.GetAddress, MessageType.GetPublicKey, MessageType.SignTx)
|
||||||
|
Loading…
Reference in New Issue
Block a user