Revert "Remove compact/pruned blob code - it displeases the carrot"

This reverts commit d5a8bbcc4a.
This commit is contained in:
Matt Hess
2025-12-11 02:26:30 +00:00
parent d5a8bbcc4a
commit 940f1cabe8
7 changed files with 271 additions and 98 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()) == 0) {
if (block.deserialize(data + sizeof(uint32_t), n, side_chain, uv_default_loop_checked(), false) == 0) {
server.add_cached_block(block);
++blocks_loaded;
}