Skip to content
Snippets Groups Projects
Commit 86206ac8 authored by oljas.jarasbaev's avatar oljas.jarasbaev
Browse files

...

parent 9b5b6e01
No related branches found
No related tags found
2 merge requests!1848[+] Added output of the list of addresses on which blocked, allowed, sending...,!1828[*]fix arg check
Pipeline #44930 passed with stage
in 23 minutes and 26 seconds
......@@ -1111,6 +1111,8 @@ static void s_stake_lock_callback_updater(dap_ledger_t *a_ledger, dap_chain_datu
return;
int l_out_num = 0;
dap_chain_tx_out_cond_t *l_cond = dap_chain_datum_tx_out_cond_get(a_tx_in, DAP_CHAIN_TX_OUT_COND_SUBTYPE_SRV_STAKE_LOCK, &l_out_num);
if (!l_cond)
return;
if (l_cond->subtype.srv_stake_lock.flags & DAP_CHAIN_NET_SRV_STAKE_LOCK_FLAG_CREATE_BASE_TX)
dap_ledger_emission_for_stake_lock_item_add(a_ledger, a_tx_in_hash);
}
......
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