From 4e94194671c71d524645cf9b67b87842a455705b Mon Sep 17 00:00:00 2001 From: Roman Khlopkov <roman.khlopkov@demlabs.net> Date: Tue, 4 Mar 2025 16:10:32 +0700 Subject: [PATCH] [-] Debug code --- modules/consensus/esbocs/dap_chain_cs_esbocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/consensus/esbocs/dap_chain_cs_esbocs.c b/modules/consensus/esbocs/dap_chain_cs_esbocs.c index f7c088e54b..dea80a38fd 100644 --- a/modules/consensus/esbocs/dap_chain_cs_esbocs.c +++ b/modules/consensus/esbocs/dap_chain_cs_esbocs.c @@ -837,7 +837,7 @@ static dap_list_t *s_get_validators_list(dap_chain_esbocs_t *a_esbocs, dap_hash_ dap_chain_esbocs_pvt_t *l_esbocs_pvt = PVT(a_esbocs); dap_list_t *l_ret = NULL; dap_list_t *l_validators = NULL; - if (l_esbocs_pvt->poa_mode) { // UNDO it after debug + if (!l_esbocs_pvt->poa_mode) { if (a_excluded_list_size) { l_validators = dap_chain_net_srv_stake_get_validators(a_esbocs->chain->net_id, false, NULL); uint16_t l_excluded_num = *a_excluded_list; -- GitLab