Merge pull request #13649 from Chia-Network/checkpoint/main_from_release_1.6.1_da3b2c374901097c545cda276cad3ebf687e4bbd

checkpoint: into main from release/1.6.1  @ da3b2c3749
This commit is contained in:
William Allen 2022-10-18 13:50:43 -05:00 committed by GitHub
commit d2e4454d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,12 +74,14 @@ def get_transaction_cmd(wallet_rpc_port: Optional[int], fingerprint: int, id: in
"--sort-by-height",
"sort_key",
flag_value=SortKey.CONFIRMED_AT_HEIGHT,
type=SortKey,
help="Sort transactions by height",
)
@click.option(
"--sort-by-relevance",
"sort_key",
flag_value=SortKey.RELEVANCE,
type=SortKey,
default=True,
help="Sort transactions by {confirmed, height, time}",
)