1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Merge branch 'testnet' into accelerator

This commit is contained in:
SpyCheese 2024-06-25 14:07:22 +03:00
commit 5e0b190fc2
8 changed files with 248 additions and 20 deletions

View file

@ -90,7 +90,7 @@ class ValidatorSessionImpl : public ValidatorSession {
td::actor::ActorOwn<catchain::CatChain> catchain_;
std::unique_ptr<ValidatorSessionDescription> description_;
double catchain_max_block_delay_ = 0.5;
double catchain_max_block_delay_ = 0.4;
void on_new_round(td::uint32 round);
void on_catchain_started();