mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
--shutdown-at parameter for validator-engine (#745)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
f923b96a2f
commit
afb630bf41
2 changed files with 19 additions and 0 deletions
|
@ -256,6 +256,7 @@ class ValidatorEngine : public td::actor::Actor {
|
|||
void add_key_to_set(ton::PublicKey key) {
|
||||
keys_[key.compute_short_id()] = key;
|
||||
}
|
||||
void schedule_shutdown(double at);
|
||||
void start_up() override;
|
||||
ValidatorEngine() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue