Skip to content
Snippets Groups Projects
Commit 7dd08da1 authored by Aleksandr Lysikov's avatar Aleksandr Lysikov
Browse files

restore state after commit master->feature-2295

parent 9cc6ce7e
No related branches found
No related tags found
1 merge request!24Support 3689
......@@ -115,6 +115,9 @@ int com_tx_cond_create(int argc, const char ** argv, char **str_reply);
*/
int com_tx_verify(int argc, const char ** argv, char **str_reply);
// Print log info
int com_print_log(int argc, const char ** argv, char **str_reply);
int com_mempool_delete(int argc, const char ** argv, char ** a_str_reply);
int com_mempool_list(int argc, const char ** argv, char ** a_str_reply);
int com_mempool_proc(int argc, const char ** argv, char ** a_str_reply);
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