From a6c09e12283b942d8d4a73137445e04885a56fc1 Mon Sep 17 00:00:00 2001 From: Roman Khlopkov <roman.khlopkov@demlabs.net> Date: Wed, 9 Feb 2022 17:03:12 +0300 Subject: [PATCH] [*] Header update --- include/python-cellframe.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/python-cellframe.h b/include/python-cellframe.h index a5042ee6..7989b685 100644 --- a/include/python-cellframe.h +++ b/include/python-cellframe.h @@ -36,6 +36,11 @@ #include "wrapping_dap_chain_net_node_client.h" #include "wrapping_dap_chain_net_node_info.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 === #include "wrapping_dap_chain_cs_dag.h" @@ -50,6 +55,8 @@ #include "wrapping_dap_mempool.h" #include "wrapping_dap_http_folder.h" #include "dap_chain_wallet_python.h" +// === Chain GlobalDB === +#include "wrapping_dap_chain_global_db.h" //#include "dap_http_client_simple.h" //#include "dap_chain_wallet.h" -- GitLab