Skip to content
Snippets Groups Projects
Commit 27087bf9 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[+] eXchange transaction with local node

parent a2bdc7a5
No related branches found
No related tags found
1 merge request!139features-2844
......@@ -15,7 +15,7 @@ add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"")
set(SUBMODULES_NO_BUILD ON)
set(SUPPORT_PYTHON_PLUGINS ON)
if ((WIN32))
if (NOT WIN32)
set(CELLFRAME_MODULES "core chains mining network srv cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-vpn srv-xchange")
else()
set(CELLFRAME_MODULES "core chains mining network srv cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-xchange")
......
Subproject commit f68669962a4f63b020f5d3cef47b02202071cea1
Subproject commit 651bd8674b826630137d4ece2fd5bba8a62e3820
......@@ -100,6 +100,7 @@
#include "dap_stream_ch_chain.h"
#include "dap_stream_ch_chain_net.h"
#include "dap_stream_ch_chain_net_srv.h"
#include "dap_chain_net_srv_xchange.h"
#include "dap_common.h"
#include "dap_client_remote.h"
......@@ -447,6 +448,10 @@ int main( int argc, const char **argv )
dap_stream_ch_chain_net_srv_init();
if (!dap_chain_net_srv_xchange_init()) {
log_it(L_ERROR, "Can't provide exchange capability");
}
/// if (dap_config_get_item_bool_default(g_config,"vpn","enabled",false))
/// dap_stream_ch_vpn_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