mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 12:08:59 +00:00
fix(cli/cardano): chunkify click option
This commit is contained in:
parent
e42c433ded
commit
b2b93d73f4
@ -60,7 +60,7 @@ def cli() -> None:
|
||||
default=messages.CardanoDerivationType.ICARUS,
|
||||
)
|
||||
@click.option("-i", "--include-network-id", is_flag=True)
|
||||
@click.option("-C", "chunkify", is_flag=True)
|
||||
@click.option("-C", "--chunkify", is_flag=True)
|
||||
@click.option("-T", "--tag-cbor-sets", is_flag=True)
|
||||
@with_client
|
||||
def sign_tx(
|
||||
|
Loading…
Reference in New Issue
Block a user