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

Flag "full collated data" in mc config; fix accept-block

This commit is contained in:
SpyCheese 2022-08-15 19:27:19 +03:00
parent 81d32ba5d6
commit 011e97f53c
17 changed files with 76 additions and 55 deletions

View file

@ -128,6 +128,7 @@ class Collator final : public td::actor::Actor {
void alarm() override;
int verbosity{3 * 0};
int verify{1};
bool full_collated_data_ = false;
ton::LogicalTime start_lt, max_lt;
ton::UnixTime now_;
ton::UnixTime prev_now_;