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 ff6f968 commit 4fee4bfCopy full SHA for 4fee4bf
crypto/vm/boc-compression.cpp
@@ -750,7 +750,7 @@ td::Result<std::vector<td::Ref<vm::Cell>>> boc_decompress_improved_structure_lz4
750
}
751
// Create PB from state cell (either regular cell or lower-level PB)
752
td::Ref<vm::Cell> pb_cell =
753
- vm::CellBuilder::create_pruned_branch(source_cell, merkle_depth + 1);
+ vm::CellBuilder::do_create_pruned_branch(source_cell, merkle_depth + 1);
754
if (pb_cell.is_null()) {
755
return td::Status::Error("BOC decompression failed: failed to create pruned branch from state");
756
0 commit comments