mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge branch testnet into block-generation
This commit is contained in:
commit
1ee9e47007
37 changed files with 680 additions and 48 deletions
|
@ -6456,7 +6456,8 @@ bool ValidateQuery::save_candidate() {
|
|||
}
|
||||
});
|
||||
|
||||
td::actor::send_closure(manager, &ValidatorManager::set_block_candidate, id_, block_candidate.clone(), std::move(P));
|
||||
td::actor::send_closure(manager, &ValidatorManager::set_block_candidate, id_, block_candidate.clone(),
|
||||
validator_set_->get_catchain_seqno(), validator_set_->get_validator_set_hash(), std::move(P));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue