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:
parent
81d32ba5d6
commit
011e97f53c
17 changed files with 76 additions and 55 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue