From 17ab54cfa0512aaa68a328193b949f4cad9e613a Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Sun, 12 Apr 2020 03:37:18 +0700 Subject: [PATCH] [*] Changed default signature from BLISS to Crystal-Dilithium --- dap_chain_node_cli_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap_chain_node_cli_cmd.c b/dap_chain_node_cli_cmd.c index 422f2c0b72..85e81c7989 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; -- GitLab