Skip to content

Commit 38bb8f5

Browse files
authored
Update draft-AccountERC7579.sol
1 parent f5a1bb7 commit 38bb8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/account/extensions/draft-AccountERC7579.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ abstract contract AccountERC7579 is Account, IERC1271, IERC7579Execution, IERC75
389389
function _extractSignatureValidator(
390390
bytes calldata signature
391391
) internal pure virtual returns (address module, bytes calldata innerSignature) {
392-
return (address(bytes20(signature[0:20])), signature[20:]);
392+
return (address(bytes20(signature)), signature[20:]);
393393
}
394394

395395
/**

0 commit comments

Comments
 (0)