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

Rename actual_min_split and soft_mis_split to avoid confusion

This commit is contained in:
SpyCheese 2023-07-17 19:14:39 +03:00
parent b8f347231f
commit 3265e397f2
8 changed files with 13 additions and 13 deletions

View file

@ -407,7 +407,7 @@ struct CatchainValidatorsConfig {
struct WorkchainInfo : public td::CntObject {
ton::WorkchainId workchain{ton::workchainInvalid};
ton::UnixTime enabled_since;
td::uint32 actual_min_split;
td::uint32 monitor_min_split;
td::uint32 min_split, max_split;
bool basic;
bool active;