mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated fift + bugfixes
This commit is contained in:
parent
090e0c16eb
commit
ceaed40ac4
28 changed files with 530 additions and 108 deletions
|
@ -927,7 +927,6 @@ void ValidatorEngine::alarm() {
|
|||
auto config = configR.move_as_ok();
|
||||
auto cur_t = config->get_validator_set_start_stop(0);
|
||||
CHECK(cur_t.first > 0);
|
||||
LOG(ERROR) << "curt: " << cur_t.first << " " << cur_t.second;
|
||||
|
||||
auto val_set = state_->get_total_validator_set(0);
|
||||
auto e = val_set->export_vector();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue