Skip to content

Commit

Permalink
fixing crash
Browse files Browse the repository at this point in the history
  • Loading branch information
dungeon-master-666 committed Jan 7, 2024
1 parent 977fdf6 commit 506a5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/impl/liteserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ void LiteQuery::continue_getLibrariesV2(std::vector<td::Bits256> library_list) {
return;
}

vm::MerkleProofBuilder pb{state_->root_cell()};
vm::MerkleProofBuilder pb{mc_state_->root_cell()};

auto rconfig = block::ConfigInfo::extract_config(pb.root(), block::ConfigInfo::needLibraries);
if (rconfig.is_error()) {
Expand Down

0 comments on commit 506a5c8

Please sign in to comment.