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

Generate tlo and other changes after merge

This commit is contained in:
SpyCheese 2022-10-06 13:53:53 +03:00
parent eb9d601d4e
commit 89771e2a2c
5 changed files with 7 additions and 7 deletions

View file

@ -621,7 +621,7 @@ void AdnlPeerPairImpl::process_message(const adnlmessage::AdnlMessageQueryError
return;
}
td::actor::send_closure_later(Q->second, &AdnlQuery::reject_query);
td::actor::send_closure_later(Q->second, &AdnlQuery::set_error, td::Status::Error("adnl query rejected"));
out_queries_.erase(Q);
}