1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 11:12:16 +00:00

Merge pull request #1176 from SpyCheese/half-limits

Add msg to block limit status in process_deferren_message
This commit is contained in:
EmelyanenkoK 2024-09-14 13:09:40 +03:00 committed by GitHub
commit 29c85fc755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3927,6 +3927,7 @@ bool Collator::process_deferred_message(Ref<vm::CellSlice> enq_msg, StdSmcAddres
++unprocessed_deferred_messages_[src_addr];
LOG(INFO) << "delivering deferred message from account " << src_addr.to_hex() << ", lt=" << lt
<< ", emitted_lt=" << emitted_lt;
block_limit_status_->add_cell(msg_env);
register_new_msg(std::move(new_msg));
msg_metadata = std::move(env.metadata);
return true;