From fe1ba4a1965c198a219f9c464f3afc2c4bca4dac Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Fri, 28 Jun 2024 12:43:57 +0700 Subject: [PATCH] [*] Typos corrected. --- modules/type/blocks/dap_chain_cs_blocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/type/blocks/dap_chain_cs_blocks.c b/modules/type/blocks/dap_chain_cs_blocks.c index 01a2468ff5..4543f4917b 100644 --- a/modules/type/blocks/dap_chain_cs_blocks.c +++ b/modules/type/blocks/dap_chain_cs_blocks.c @@ -1125,7 +1125,7 @@ static int s_cli_blocks(int a_argc, char ** a_argv, void **a_str_reply) l_hash_tx = dap_chain_mempool_tx_reward_create(l_blocks, l_cert->enc_key, l_addr, l_block_list, l_fee_value, l_hash_out_type); if (l_hash_tx) { json_object* json_obj_out = json_object_new_object(); - sprintf(l_tmp_buff, "TX for %s collection created succefully, hash = %s\n", l_subcmd_str, l_hash_tx); + sprintf(l_tmp_buff, "TX for %s collection created successfully, hash = %s\n", l_subcmd_str, l_hash_tx); json_object_object_add(json_obj_out, "status", json_object_new_string(l_tmp_buff)); json_object_array_add(*json_arr_reply, json_obj_out); DAP_DELETE(l_hash_tx); -- GitLab