Skip to content
Snippets Groups Projects
Commit f295cdef authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] Build fix

parent ce5368dc
No related branches found
No related tags found
No related merge requests found
Pipeline #34450 passed with stage
in 7 minutes and 8 seconds
......@@ -225,6 +225,7 @@ static bool s_stake_verificator_callback(dap_ledger_t UNUSED_ARG *a_ledger, dap_
if (!l_taker_sign) {
log_it(L_ERROR, "Can't get taker sign");
return false;
}
l_owner = dap_sign_compare_pkeys(l_taker_sign, l_owner_sign);
}
if (!l_owner) {
......
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