Skip to content

Commit f5a1bb7

Browse files
committed
Remove ERC7579CannotDecodeFallbackData
1 parent d5f9434 commit f5a1bb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contracts/account/extensions/draft-AccountERC7579.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ abstract contract AccountERC7579 is Account, IERC1271, IERC7579Execution, IERC75
7171
/// @dev The provided initData/deInitData for a fallback module is too short to extract a selector.
7272
error ERC7579CannotDecodeFallbackData();
7373

74-
/// @dev The provided signature is not long enough to be parsed as a module signature.
75-
error ERC7579InvalidModuleSignature();
76-
7774
/// @dev Modifier that checks if the caller is an installed module of the given type.
7875
modifier onlyModule(uint256 moduleTypeId, bytes calldata additionalContext) {
7976
_checkModule(moduleTypeId, msg.sender, additionalContext);

0 commit comments

Comments
 (0)