Skip to content

Commit

Permalink
Update IAccount.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
defihook authored Oct 11, 2024
1 parent eabaf32 commit 5c6731a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5c6731a

Please sign in to comment.