1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Fix handling small out-of-sync in validate-query

This commit is contained in:
SpyCheese 2025-01-13 17:41:50 +03:00
parent cae9ccfacf
commit 87c4b4a5d4
4 changed files with 37 additions and 30 deletions

View file

@ -284,6 +284,7 @@ class ValidateQuery : public td::actor::Actor {
return actor_id(this);
}
void request_latest_mc_state();
void after_get_latest_mc_state(td::Result<std::pair<Ref<MasterchainState>, BlockIdExt>> res);
void after_get_mc_state(td::Result<Ref<ShardState>> res);
void got_mc_handle(td::Result<BlockHandle> res);