Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjg555543 committed Oct 22, 2024
1 parent a509286 commit 027fd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ class ValidatorManagerImpl : public ValidatorManager {
std::unique_ptr<Callback> callback_;
td::actor::ActorOwn<Db> db_;

bool started_ = true;
bool started_ = false;
bool allow_validate_ = false;

private:
Expand Down

0 comments on commit 027fd51

Please sign in to comment.