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

Small err fix

parent 323fa01e
No related branches found
No related tags found
3 merge requests!1848[+] Added output of the list of addresses on which blocked, allowed, sending...,!1841Hotfix 13300,!1829Hotfix 13226
Pipeline #45032 passed with stage
in 10 minutes and 36 seconds
......@@ -593,10 +593,10 @@ static bool s_callback_round_event_to_chain_callback_get_round_item(dap_global_d
}
}
log_it(L_INFO, "Event %s with datum %s is %s",
&l_event_hash_hex_str, l_datum_hash_str, dap_chain_atom_verify_res_str[l_res]);
l_event_hash_hex_str, l_datum_hash_str, dap_chain_atom_verify_res_str[l_res]);
} else {
log_it(L_ERROR, "Event %s is not chained: datum %s doesn't pass verification, error \"%s\"",
&l_event_hash_hex_str, l_datum_hash_str, dap_chain_net_verify_datum_err_code_to_str(l_datum, l_verify_datum));
l_event_hash_hex_str, l_datum_hash_str, dap_chain_net_verify_datum_err_code_to_str(l_datum, l_verify_datum));
for (; k; --k) {
log_it(L_INFO, "Remove event %s with unverified datum %s", l_complete_keys[k - 1], l_datum_hash_str);
dap_global_db_del_sync(a_group, l_complete_keys[k - 1]);
......
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