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:
parent
5ce9d0bcdb
commit
e8e7883329
3 changed files with 36 additions and 5 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue