Skip to content
Snippets Groups Projects
Commit 8b3fc8ce authored by oljas.jarasbaev's avatar oljas.jarasbaev
Browse files

[*] fix build

parent 8d67a59c
No related branches found
No related tags found
1 merge request!1864[*] Fix wrong last tx changed value in xchange order history.
Pipeline #45565 passed with stage
in 15 minutes and 46 seconds
......@@ -1014,7 +1014,7 @@ static int s_cli_blocks(int a_argc, char ** a_argv, void **a_str_reply)
if (json_object_object_get_ex(obj, "block", NULL))
json_object_object_add(obj, "block", json_object_new_uint64(i));
}
json_object_array_add(*json_arr_reply, json_arr_bl_cache_out);
json_object_array_add(*a_json_arr_reply, json_arr_bl_cache_out);
char *l_filtered_criteria = "none";
json_object* json_obj_out = json_object_new_object();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment