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

...

parent 3e9ef7a5
No related branches found
No related tags found
2 merge requests!1645Feature 11169 port,!1636Feature 11169 port
Pipeline #39965 passed with stage
in 11 minutes and 11 seconds
...@@ -1533,6 +1533,7 @@ static dap_chain_atom_verify_res_t s_callback_atom_add(dap_chain_t * a_chain, da ...@@ -1533,6 +1533,7 @@ static dap_chain_atom_verify_res_t s_callback_atom_add(dap_chain_t * a_chain, da
l_block = (dap_chain_block_t*)( l_cell->map_pos += sizeof(uint64_t) ); // Switching to mapped area l_block = (dap_chain_block_t*)( l_cell->map_pos += sizeof(uint64_t) ); // Switching to mapped area
l_cell->map_pos += a_atom_size; l_cell->map_pos += a_atom_size;
} }
ret = ATOM_PASS;
} }
if ( !(l_block_cache = dap_chain_block_cache_new(&l_block_hash, l_block, l_block_size, if ( !(l_block_cache = dap_chain_block_cache_new(&l_block_hash, l_block, l_block_size,
PVT(l_blocks)->blocks_count + 1, !a_chain->is_mapped)) ) PVT(l_blocks)->blocks_count + 1, !a_chain->is_mapped)) )
......
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