Skip to content

Commit

Permalink
chore: bump to new ref impl version
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Feb 29, 2024
1 parent 04d581a commit 79397f6
Show file tree
Hide file tree
Showing 2 changed files with 3,155 additions and 1,462 deletions.
2 changes: 1 addition & 1 deletion accounts/safe7579/src/SafeERC7579.sol
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ contract SafeERC7579 is ISafeOp, IERC7579Account, AccessControl, IMSA, HookManag
/**
* @inheritdoc IERC7579Account
*/
function supportsAccountMode(ModeCode encodedMode) external pure override returns (bool) {
function supportsExecutionMode(ModeCode encodedMode) external pure override returns (bool) {
CallType callType = encodedMode.getCallType();
if (callType == CALLTYPE_BATCH) return true;
else if (callType == CALLTYPE_SINGLE) return true;
Expand Down
Loading

0 comments on commit 79397f6

Please sign in to comment.