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

@ -115,6 +115,7 @@ class AcceptBlockQuery : public td::actor::Actor {
UnixTime created_at_;
RootHash state_keep_old_hash_, state_old_hash_, state_hash_;
BlockIdExt mc_blkid_, prev_mc_blkid_;
bool before_split_;
Ref<MasterchainStateQ> last_mc_state_;
BlockIdExt last_mc_id_;