mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
func: bugfix
- bugfix in func - vertseqno support in validator/collator/topsharddescr
This commit is contained in:
parent
29deff15c3
commit
f67f5d879b
10 changed files with 78 additions and 20 deletions
|
@ -129,6 +129,7 @@ class Collator final : public td::actor::Actor {
|
|||
ton::UnixTime prev_state_utime_;
|
||||
int global_id_{0};
|
||||
ton::BlockSeqno min_ref_mc_seqno_{~0U};
|
||||
ton::BlockSeqno vert_seqno_{~0U}, prev_vert_seqno_{~0U};
|
||||
ton::BlockIdExt prev_key_block_;
|
||||
ton::LogicalTime prev_key_block_lt_;
|
||||
bool accept_msgs_{true};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue