diff --git a/modules/net/dap_chain_net.c b/modules/net/dap_chain_net.c index 8b6afd61b421ac35582f85d708fe6db8e0139840..3c9c8b451abd526501e531bd464418373d584a26 100644 --- a/modules/net/dap_chain_net.c +++ b/modules/net/dap_chain_net.c @@ -567,7 +567,7 @@ static bool s_net_send_atoms(dap_proc_thread_t *a_thread, void *a_arg) it = PVT(l_net)->atoms_queue; } while (it); } else - //PVT(l_net)->atoms_queue = dap_list_append(PVT(l_net)->records_queue, l_arg); + //PVT(l_net)->atoms_queue = dap_list_append(PVT(l_net)->atoms_queue, l_arg); s_atom_obj_free(a_arg); pthread_rwlock_unlock(&PVT(l_net)->rwlock); return true;