Skip to content
Snippets Groups Projects
Commit 4db5aeb8 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

...

parent a93638e4
No related branches found
No related tags found
No related merge requests found
Subproject commit 07430ae3d01f86406883d035c63f0718d5f13ed1
Subproject commit 9186c4c6ce484000841422c2666498e1803f3c2a
......@@ -43,6 +43,11 @@ pricelist=[]
# Automaticaly should be true for master ad root node role
# auto_proc=false
# Chain network settings
[chain_net]
# How often rerun network state check sequence, in seconds. 180 by default
net_check_timeout=10
net_sync_timeout=180
# Central Dataase
[cdb]
......
......@@ -116,6 +116,7 @@
#ifdef DAP_SUPPORT_PYTHON_PLUGINS
#include "dap_chain_plugins.h"
#include "dap_plugins_python_app_context.h"
#endif
......
......@@ -196,6 +196,8 @@ int main(int argc, const char *argv[])
dap_set_appname("dapcash-node");
#ifdef _WIN32
SetConsoleCP(1252);
SetConsoleOutputCP(1252);
g_sys_dir_path = dap_strdup_printf("%s/%s", regGetUsrPath(), dap_get_appname());
#elif DAP_OS_MAC
g_sys_dir_path = dap_strdup_printf("/Applications/%s.app/Contents/Resources", dap_get_appname());
......
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