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

Add some required collated data

This commit is contained in:
SpyCheese 2022-09-15 20:14:34 +03:00
parent 86250706b8
commit 62a412ac13
4 changed files with 62 additions and 7 deletions

View file

@ -2678,7 +2678,7 @@ bool ValidateQuery::precheck_one_message_queue_update(td::ConstBitPtr out_msg_id
}
ton::LogicalTime enqueued_lt = old_value->prefetch_ulong(64);
if (enqueued_lt >= start_lt_) {
return reject_query(PSTRING() << "new EnqueuedMsg with key "s + out_msg_id.to_hex(352) + " has enqueued_lt="
return reject_query(PSTRING() << "old EnqueuedMsg with key "s + out_msg_id.to_hex(352) + " has enqueued_lt="
<< enqueued_lt << " greater than or equal to this block's start_lt=" << start_lt_);
}
}