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

Bugfix in processing message queues; improve out_msg_queue_cleanup

This commit is contained in:
SpyCheese 2023-07-06 11:44:21 +03:00
parent 5dd0c15d07
commit f10c7f54a8
5 changed files with 68 additions and 17 deletions

View file

@ -229,7 +229,7 @@ bool OutputQueueMerger::load() {
}
}
msg_list.resize(j);
return true;
return msg_list.size() > orig_size;
}
} // namespace block