From 6dd0b0fa625950a959023068011a7b6683febdd6 Mon Sep 17 00:00:00 2001 From: "roman.padenkov" <roman.padenkov@demlabs.net> Date: Tue, 10 Sep 2024 22:01:57 +0700 Subject: [PATCH] add help --- modules/net/dap_chain_node_cli.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/net/dap_chain_node_cli.c b/modules/net/dap_chain_node_cli.c index 95620a0b29..d5e5497cf4 100644 --- a/modules/net/dap_chain_node_cli.c +++ b/modules/net/dap_chain_node_cli.c @@ -286,7 +286,8 @@ int dap_chain_node_cli_init(dap_config_t * g_config) // Transaction history dap_cli_server_cmd_add("tx_history", com_tx_history, "Transaction history (for address or by hash)", "tx_history {-addr <addr> | -w <wallet_name> | -tx <tx_hash>} [-net <net_name>] [-chain <chain_name>] [-limit] [-offset]\n" - "tx_history -all -net <net_name> [-chain <chain_name>] [-limit] [-offset]\n"); + "tx_history -all -net <net_name> [-chain <chain_name>] [-limit] [-offset]\n" + "tx_history -count -net <net_name>\n"); // Ledger info dap_cli_server_cmd_add("ledger", com_ledger, "Ledger information", -- GitLab