Skip to content
Snippets Groups Projects
Unverified Commit 88aa9dfd authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov Committed by GitHub
Browse files

Merge pull request #25 from cellframe/bugs-2367

Make cert visible right after it's added with tool
parents 3e8675ea 5898459f
No related branches found
No related tags found
1 merge request!2Master
......@@ -71,11 +71,7 @@ int dap_chain_init(void)
l_ca_folders = dap_config_get_array_str(g_config,"resources","ca_folders",&l_ca_folders_size);
for (uint16_t i=0; i < l_ca_folders_size; i++){
dap_chain_cert_add_folder(l_ca_folders[i]);
DAP_DELETE( l_ca_folders[i]);
}
DAP_DELETE( l_ca_folders);
// Cell sharding init
dap_chain_cell_init();
......
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