From 55311dca9aedf316ad162911edef070a4cdc3e92 Mon Sep 17 00:00:00 2001 From: dpuzyrkov <dpuzyrkov@gmail.com> Date: Tue, 11 Jul 2023 15:06:32 +0700 Subject: [PATCH] [*] more json-c fixes --- dap-sdk | 2 +- modules/chain/dap_chain_ledger.c | 4 ++-- modules/net/dap_chain_net.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dap-sdk b/dap-sdk index 22a5866cdf..58fca0e0db 160000 --- a/dap-sdk +++ b/dap-sdk @@ -1 +1 @@ -Subproject commit 22a5866cdfdcef54c256b34f26199716136962be +Subproject commit 58fca0e0db09a54080035aa37ef1bc3e9d414bf9 diff --git a/modules/chain/dap_chain_ledger.c b/modules/chain/dap_chain_ledger.c index 5007e84720..fec3110ef6 100644 --- a/modules/chain/dap_chain_ledger.c +++ b/modules/chain/dap_chain_ledger.c @@ -53,8 +53,8 @@ #include "dap_global_db.h" #include "dap_chain_ledger.h" #include "dap_chain_pvt.h" -#include "json-c/json.h" -#include "json-c/json_object.h" +#include "json.h" +#include "json_object.h" #include "dap_notify_srv.h" #define LOG_TAG "dap_chain_ledger" diff --git a/modules/net/dap_chain_net.c b/modules/net/dap_chain_net.c index be375efd10..b9c94c2ada 100644 --- a/modules/net/dap_chain_net.c +++ b/modules/net/dap_chain_net.c @@ -115,8 +115,8 @@ #include "dap_chain_node_dns_client.h" #include "dap_module.h" -#include "json-c/json.h" -#include "json-c/json_object.h" +#include "json.h" +#include "json_object.h" #include "dap_chain_net_srv_stake_pos_delegate.h" #include "dap_chain_net_srv_xchange.h" -- GitLab