Skip to content
Snippets Groups Projects
Commit a6c09e12 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] Header update

parent 307cac5c
No related branches found
No related tags found
2 merge requests!80Hotfix,!79hotfix-5564
This commit is part of merge request !79. Comments created here will be created in the context of that merge request.
...@@ -36,6 +36,11 @@ ...@@ -36,6 +36,11 @@
#include "wrapping_dap_chain_net_node_client.h" #include "wrapping_dap_chain_net_node_client.h"
#include "wrapping_dap_chain_net_node_info.h" #include "wrapping_dap_chain_net_node_info.h"
#include "wrapping_dap_chain_net_state.h" #include "wrapping_dap_chain_net_state.h"
// === Chain net srv ===
#include "wrapping_dap_chain_net_srv.h"
#include "wrapping_dap_chain_net_srv_client_remote.h"
#include "wrapping_dap_chain_net_srv_common.h"
#include "wrapping_dap_chain_net_srv_order.h"
// ============ // ============
// === type DAG === // === type DAG ===
#include "wrapping_dap_chain_cs_dag.h" #include "wrapping_dap_chain_cs_dag.h"
...@@ -50,6 +55,8 @@ ...@@ -50,6 +55,8 @@
#include "wrapping_dap_mempool.h" #include "wrapping_dap_mempool.h"
#include "wrapping_dap_http_folder.h" #include "wrapping_dap_http_folder.h"
#include "dap_chain_wallet_python.h" #include "dap_chain_wallet_python.h"
// === Chain GlobalDB ===
#include "wrapping_dap_chain_global_db.h"
//#include "dap_http_client_simple.h" //#include "dap_http_client_simple.h"
//#include "dap_chain_wallet.h" //#include "dap_chain_wallet.h"
......
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