Skip to content
Snippets Groups Projects

Feature 5271

Merged Dmitriy Naidolinskiy requested to merge feature-5271 into master
3 unresolved threads

[-] remove static

Merge request reports

Pipeline #10729 passed

Pipeline passed for e902a3f4 on feature-5271

Merged by Roman KhlopkovRoman Khlopkov 3 years ago (Dec 31, 2021 1:40pm UTC)

Loading

Pipeline #10731 passed

Pipeline passed for d698bbe5 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • 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);
  • added 2 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • 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);
  • added 1 commit

    Compare with previous version

  • Roman Khlopkov mentioned in commit d698bbe5

    mentioned in commit d698bbe5

  • Please register or sign in to reply
    Loading