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:
parent
5dd0c15d07
commit
f10c7f54a8
5 changed files with 68 additions and 17 deletions
|
@ -229,7 +229,7 @@ bool OutputQueueMerger::load() {
|
|||
}
|
||||
}
|
||||
msg_list.resize(j);
|
||||
return true;
|
||||
return msg_list.size() > orig_size;
|
||||
}
|
||||
|
||||
} // namespace block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue