1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-17 20:08:12 +00:00

fix(trezorctl): Fix BIP-32 path in CoSi help.

[no changelog]
This commit is contained in:
Andrew Kozlik 2022-02-05 10:51:10 +01:00 committed by Martin Milata
parent 3553086e84
commit 458d6e1b4b

View File

@ -25,7 +25,7 @@ if TYPE_CHECKING:
from ..client import TrezorClient
from .. import messages
PATH_HELP = "BIP-32 path, e.g. m/44'/0'/0'/0/0"
PATH_HELP = "BIP-32 path, e.g. m/10018'/0'"
@click.group(name="cosi")