mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
fixup! fix(core): disallow per-node paths in getaddress
This commit is contained in:
parent
b9ca79b2c1
commit
bf211e1214
@ -143,7 +143,7 @@ def confirm_multisig_different_paths_warning() -> Awaitable[None]:
|
||||
return raise_if_not_confirmed(
|
||||
trezorui2.flow_warning_hi_prio(
|
||||
title=f"{TR.words__important}!",
|
||||
description="Using different paths for different xpubs.",
|
||||
description="Using different paths for different XPUBs.",
|
||||
),
|
||||
"warning_multisig_different_paths",
|
||||
br_code=ButtonRequestType.Warning,
|
||||
|
@ -184,7 +184,7 @@ def confirm_multisig_warning() -> Awaitable[ui.UiResult]:
|
||||
def confirm_multisig_different_paths_warning() -> Awaitable[ui.UiResult]:
|
||||
return show_warning(
|
||||
"warning_multisig_different_paths",
|
||||
"Using different paths for different xpubs.",
|
||||
"Using different paths for different XPUBs.",
|
||||
TR.words__continue_anyway_question,
|
||||
)
|
||||
|
||||
|
@ -165,7 +165,7 @@ def confirm_multisig_warning() -> Awaitable[None]:
|
||||
def confirm_multisig_different_paths_warning() -> Awaitable[None]:
|
||||
return show_warning(
|
||||
"warning_multisig_different_paths",
|
||||
"Using different paths for different xpubs.",
|
||||
"Using different paths for different XPUBs.",
|
||||
TR.words__continue_anyway_question,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user