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

[+] Call of dap_chain_net_load_all() in init()

parent 0a295573
No related branches found
No related tags found
1 merge request!24Support 3689
...@@ -829,6 +829,8 @@ int dap_chain_net_init() ...@@ -829,6 +829,8 @@ int dap_chain_net_init()
dap_chain_global_db_add_history_group_prefix("global"); dap_chain_global_db_add_history_group_prefix("global");
dap_chain_global_db_add_history_callback_notify("global", s_gbd_history_callback_notify, NULL ); dap_chain_global_db_add_history_callback_notify("global", s_gbd_history_callback_notify, NULL );
dap_chain_net_load_all();
return 0; return 0;
} }
......
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