Feature 5271
3 unresolved threads
3 unresolved threads
[-] remove static
Merge request reports
Activity
Filter activity
requested review from @roman.khlopkov
assigned to @roman.khlopkov
255 255 static bool s_seed_mode = false; 256 256 257 257 static uint8_t *dap_chain_net_set_acl(dap_chain_hash_fast_t *a_pkey_hash); 258 uint8_t *dap_chain_net_set_acl_param(dap_chain_hash_fast_t *a_pkey_hash); Осталось теперь перенести эту функцию
Edited by Roman Khlopkov
303 305 dap_chain_net_load_all(); 304 306 305 307 dap_enc_http_set_acl_callback(dap_chain_net_set_acl); 308 dap_enc_http_set_acl_params_callback(dap_chain_net_set_acl_param); changed this line in version 4 of the diff
added 2 commits
117 117 static size_t s_required_links_count = 3;// by default 3 118 118 static bool s_debug_more = false; 119 119 120 void dap_enc_http_set_acl_params_callback(dap_enc_acl_callback_t a_callback); changed this line in version 4 of the diff
mentioned in commit d698bbe5