Remove compact/pruned blob code - it displeases the carrot

This commit is contained in:
Matt Hess
2025-12-10 15:56:49 +00:00
parent 4a2bec3f29
commit d5a8bbcc4a
7 changed files with 98 additions and 271 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ void BlockCache::load_all(const SideChain& side_chain, P2PServer& server)
continue;
}
if (block.deserialize(data + sizeof(uint32_t), n, side_chain, uv_default_loop_checked(), false) == 0) {
if (block.deserialize(data + sizeof(uint32_t), n, side_chain, uv_default_loop_checked()) == 0) {
server.add_cached_block(block);
++blocks_loaded;
}