Skip to content

Commit

Permalink
Fix overlap hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Sep 30, 2024
1 parent faf798e commit f4681bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator-engine/ClusterSyncer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ namespace ton {
std::move(publisher),
false);
} else {
auto query = ton::create_tl_object<ton::lite_api::liteServer_checkItemPublished>(root_hash, 0);
auto query = ton::create_tl_object<ton::lite_api::liteServer_checkItemPublished>(root_hash, 1);
auto q = ton::create_tl_object<ton::lite_api::liteServer_adminQuery>(ton::serialize_tl_object(query, true));

td::actor::send_closure(
Expand Down

0 comments on commit f4681bd

Please sign in to comment.