mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix typos (#998)
This commit is contained in:
parent
06f503dd02
commit
fae7763ec7
2 changed files with 5 additions and 5 deletions
|
@ -1707,7 +1707,7 @@ void ValidateQuery::after_get_aux_shard_state(ton::BlockIdExt blkid, td::Result<
|
|||
* @param wc_info The workchain information.
|
||||
* @param ccvc The Catchain validators configuration.
|
||||
*
|
||||
* @returns True if the validation wasa successful, false othewise.
|
||||
* @returns True if the validation wasa successful, false otherwise.
|
||||
*/
|
||||
bool ValidateQuery::check_one_shard(const block::McShardHash& info, const block::McShardHash* sibling,
|
||||
const block::WorkchainInfo* wc_info, const block::CatchainValidatorsConfig& ccvc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue