Skip to content

Commit

Permalink
Update account-update.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevick10 authored Dec 16, 2024
1 parent daf0e63 commit 686f182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/mina/account-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ class AccountUpdate implements Types.AccountUpdate {
* This function acts as the `check()` method on an `AccountUpdate` that is sent to the Mina node as part of a transaction.
*
* Background: the Mina node performs most necessary validity checks on account updates, both in- and outside of circuits.
* To save constraints, we don't repeat these checks in zkApps in places where we can be sure the checked account udpates
* To save constraints, we don't repeat these checks in zkApps in places where we can be sure the checked account updates
* will be part of a transaction.
*
* However, there are a few checks skipped by the Mina node, that could cause vulnerabilities in zkApps if
Expand Down

0 comments on commit 686f182

Please sign in to comment.