From 7b43a837301d23fd471bdfad11c03ab728ac99fb Mon Sep 17 00:00:00 2001 From: "Constantin P." <papizh.konstantin@demlabs.net> Date: Thu, 3 Oct 2024 10:12:25 +0000 Subject: [PATCH] Hoitfix nodelist --- modules/net/include/dap_chain_net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/net/include/dap_chain_net.h b/modules/net/include/dap_chain_net.h index ca991e0d43..efb10ae090 100644 --- a/modules/net/include/dap_chain_net.h +++ b/modules/net/include/dap_chain_net.h @@ -54,7 +54,7 @@ typedef enum dap_chain_net_state { NET_STATE_ONLINE } dap_chain_net_state_t; -static const char s_gdb_nodes_postfix[] = ".nodes.list"; +static const char s_gdb_nodes_postfix[] = "nodes.list"; typedef struct dap_chain_net { struct { -- GitLab