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

Add more required cells to the proof in collated data

This commit is contained in:
SpyCheese 2025-01-07 10:54:09 +03:00
parent 5ce9d0bcdb
commit e8e7883329
3 changed files with 36 additions and 5 deletions

View file

@ -224,7 +224,7 @@ class Collator final : public td::actor::Actor {
std::unique_ptr<ton::BlockCandidate> block_candidate;
std::unique_ptr<vm::AugmentedDictionary> dispatch_queue_;
std::unique_ptr<vm::AugmentedDictionary> dispatch_queue_, old_dispatch_queue_;
std::map<StdSmcAddress, td::uint32> sender_generated_messages_count_;
unsigned dispatch_queue_ops_{0};
std::map<StdSmcAddress, LogicalTime> last_dispatch_queue_emitted_lt_;