From 5c6731a5d53e9c5cf7e05fb42df5ffa5313db2bf Mon Sep 17 00:00:00 2001 From: Franky soldev Date: Fri, 11 Oct 2024 16:43:24 +0900 Subject: [PATCH] Update IAccount.sol --- contracts/interfaces/IAccount.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/interfaces/IAccount.sol b/contracts/interfaces/IAccount.sol index e3b355f..c20d934 100644 --- a/contracts/interfaces/IAccount.sol +++ b/contracts/interfaces/IAccount.sol @@ -20,7 +20,7 @@ interface IAccount { * able to make the call. The excess is left as a deposit in the entrypoint * for future calls. Can be withdrawn anytime using "entryPoint.withdrawTo()". * In case there is a paymaster in the request (or the current deposit is high - * enough), this value will be zero. + * enough), thiss value will be zero. * @return validationData - Packaged ValidationData structure. use `_packValidationData` and * `_unpackValidationData` to encode and decode. * <20-byte> sigAuthorizer - 0 for valid signature, 1 to mark signature failure,