Skip to content
Snippets Groups Projects
Commit 0e6962bf authored by Constantin P.'s avatar Constantin P. 💬
Browse files

Mempool deletion info

parent 5541cae1
No related branches found
No related tags found
No related merge requests found
Pipeline #24894 passed with stage
in 8 minutes and 2 seconds
......@@ -259,7 +259,10 @@ void dap_chain_node_mempool_process_all(dap_chain_t *a_chain, bool a_force)
if (dap_chain_node_mempool_process(a_chain, l_datum)) {
// Delete processed objects
log_it(L_INFO, " ! Delete datum %s from mempool", l_objs[i].key);
dap_global_db_del(l_gdb_group_mempool, l_objs[i].key, NULL, NULL);
} else {
log_it(L_INFO, " ! Datum %s remains in mempool", l_objs[i].key);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment