Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0dot committed Sep 18, 2024
1 parent c455769 commit 1f48afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account/ModularAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ contract ModularAccount is
payable
returns (bytes memory)
{
// Revert if the provided `authorization` less than 24 bytes long, rather than right-padding.
// Revert if the provided `authorization` is less than 24 bytes long, rather than right-padding.
ModuleEntity runtimeValidationFunction = ModuleEntity.wrap(bytes24(authorization[:24]));

// Check if the runtime validation function is allowed to be called
Expand Down

0 comments on commit 1f48afb

Please sign in to comment.