docs: fix typos

This commit is contained in:
agureev 2026-07-08 16:36:05 +04:00
parent 6c1dd53aa5
commit 1bd396006b
2 changed files with 2 additions and 2 deletions

View File

@ -848,7 +848,7 @@ impl WalletCore {
for (ciph_id, encrypted_data) in
message.encrypted_private_post_states.iter().enumerate()
{
// If already decrypted or the tag does nto match, skip.
// If already decrypted or the tag does not match, skip.
if handled.contains(&ciph_id) || encrypted_data.view_tag != view_tag {
continue;
}

View File

@ -378,7 +378,7 @@ impl UserKeyChain {
let Some(account_id) = index.account_for(old_nullifier) else {
continue;
};
// Try decrypting the commitment connectted to the nullifier and get the next
// Try decrypting the commitment connected to the nullifier and get the next
// nullifier to await.
if let Some(new_nullifier) = self.apply_nullifier_update(account_id, message, i) {
// Update the index to await for the new state of the account, i.e.