Skip to content

Commit

Permalink
Add msg to block limit status in process_deferren_message
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyCheese committed Sep 14, 2024
1 parent 98c739f commit edee3f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator/impl/collator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit edee3f9

Please sign in to comment.