mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-09 15:29:34 +00:00
docs: fix typos
This commit is contained in:
parent
6c1dd53aa5
commit
1bd396006b
@ -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;
|
||||
}
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user