Skip to content

Commit

Permalink
Revert "Make out_of_sync false"
Browse files Browse the repository at this point in the history
This reverts commit 0d0a0f6.
  • Loading branch information
ice-hermes committed Jul 30, 2024
1 parent 0d0a0f6 commit 7a5595b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ bool ValidatorManagerImpl::out_of_sync() {
LOG(INFO) << "groups=" << validator_groups_.size() << " seqno=" << last_known_key_block_handle_->id().seqno()
<< " our_seqno=" << last_masterchain_seqno_;

return false;
return true;
}

void ValidatorManagerImpl::prestart_sync() {
Expand Down

0 comments on commit 7a5595b

Please sign in to comment.