mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Don't request queue size if not needed in validate-query
This commit is contained in:
parent
81b7993d66
commit
7f263b8b11
2 changed files with 9 additions and 1 deletions
|
@ -236,6 +236,7 @@ class ValidateQuery : public td::actor::Actor {
|
|||
std::map<std::pair<StdSmcAddress, td::uint64>, Ref<vm::Cell>> new_dispatch_queue_messages_;
|
||||
std::set<StdSmcAddress> account_expected_defer_all_messages_;
|
||||
td::uint64 old_out_msg_queue_size_ = 0, new_out_msg_queue_size_ = 0;
|
||||
bool out_msg_queue_size_known_ = false;
|
||||
|
||||
bool msg_metadata_enabled_ = false;
|
||||
bool deferring_messages_enabled_ = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue