Skip to content
Snippets Groups Projects
Commit 92084a09 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'features-4402' into 'release-4.0'

features-4402

See merge request !169
parents 535e1124 f05b8477
No related branches found
No related tags found
1 merge request!169features-4402
......@@ -8,7 +8,8 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 0)
SET( CPACK_PACKAGE_VERSION_PATCH 19)
SET( CPACK_PACKAGE_VERSION_PATCH 20)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"")
......
Subproject commit e6ace6873dc568d57b7f1eacc0695555f80ff65e
Subproject commit f9a003f2191d47df3e72b0cfaaac8669d5975d35
Subproject commit ac3fd0eccada33cef23da71d861e8d112fb531de
Subproject commit 8409f94041028ab58b859b112894d9f37bcb9682
......@@ -383,10 +383,8 @@ int main( int argc, const char **argv )
}
#endif
if (dap_chain_node_mempool_init()) {
log_it( L_CRITICAL, "Can't init automatic mempool processing" );
return -13;
}
log_it(L_INFO, "Automatic mempool processing %s",
dap_chain_node_mempool_autoproc_init() ? "enabled" : "disabled");
save_process_pid_in_file(s_pid_file_path);
......@@ -494,7 +492,7 @@ int main( int argc, const char **argv )
dap_http_deinit();
if (bServerEnabled) dap_server_deinit();
dap_enc_ks_deinit();
dap_chain_node_mempool_deinit();
dap_chain_node_mempool_autoproc_deinit();
dap_chain_net_srv_xchange_deinit();
dap_chain_net_srv_stake_deinit();
......
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