1
0
Fork 0
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:
tom 2024-06-27 21:46:37 +08:00 committed by GitHub
parent 06f503dd02
commit fae7763ec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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) {