Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytech committed Mar 31, 2024
1 parent 78b5d2c commit 678aaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EVault/Dispatch.sol
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ abstract contract Dispatch is

// Modifier ensures, that the body of the function is always executed from the EVC call.
// It is accomplished by intercepting calls incoming directly to the vault and passing them
// to the EVC.call function. EVC calls the vault back with original calldata. As a result, the account
// to the EVC.call function. EVC calls the vault back with original calldata. As a result, the account
// and vault status checks are always executed in the checks deferral frame, at the end of the call,
// outside of the vault's re-entrancy protections.
// The modifier is applied to all functions which schedule account or vault status checks.
Expand Down

0 comments on commit 678aaaf

Please sign in to comment.