diff --git a/dap_chain_node_cli_cmd.c b/dap_chain_node_cli_cmd.c index 422f2c0b72d78f00b58c1be915f1b895b3b42d51..85e81c79894a8f680d3bf79fb3b2afddfbc042c2 100644 --- a/dap_chain_node_cli_cmd.c +++ b/dap_chain_node_cli_cmd.c @@ -1568,7 +1568,7 @@ int com_tx_wallet(int argc, char ** argv, char **str_reply) // dap_sign_type_t l_sign_type = { SIG_TYPE_BLISS }; dap_sign_type_t l_sign_type = dap_sign_type_from_str(l_sign_type_str); if(l_sign_type.type == SIG_TYPE_NULL){ - l_sign_type.type = SIG_TYPE_BLISS; + l_sign_type.type = SIG_TYPE_DILITHIUM; l_sign_type_str = dap_sign_type_to_str(l_sign_type); } uint8_t *l_seed = NULL;