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:
parent
cae9ccfacf
commit
87c4b4a5d4
4 changed files with 37 additions and 30 deletions
|
@ -1343,7 +1343,7 @@ void ValidatorManagerImpl::written_handle(BlockHandle handle, td::Promise<td::Un
|
|||
td::actor::send_closure(it->second.actor_, &WaitBlockData::force_read_from_db);
|
||||
}
|
||||
}
|
||||
if (inited_state) {
|
||||
if (inited_state && inited_proof) {
|
||||
auto it = wait_state_.find(handle->id());
|
||||
if (it != wait_state_.end()) {
|
||||
td::actor::send_closure(it->second.actor_, &WaitBlockState::force_read_from_db);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue