From 985d34a166cb2792856781861423667095329f16 Mon Sep 17 00:00:00 2001 From: dglowinski Date: Thu, 28 Mar 2024 14:52:53 +0100 Subject: [PATCH] firmat --- src/EVault/Dispatch.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EVault/Dispatch.sol b/src/EVault/Dispatch.sol index 1345f21f..65d2756c 100644 --- a/src/EVault/Dispatch.sol +++ b/src/EVault/Dispatch.sol @@ -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.