We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6308fb7 commit e3c1a7dCopy full SHA for e3c1a7d
crypto/vm/boc.cpp
@@ -1369,6 +1369,7 @@ std::vector<Ref<Cell>> ProofStorageStat::build_collated_data(std::vector<Ref<Cel
1369
}
1370
Cache& entry2 = cache[hash];
1371
entry2.result = cb.finalize(info.cell->is_special());
1372
+ CHECK(entry2.result->get_hash(std::min<int>(info.cell->get_level(), info.cell_max_level)) == hash);
1373
return entry2;
1374
};
1375
for (auto& [hash, info] : cells_) {
0 commit comments