File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ interface IERC7579Execution {
120
120
* MUST ensure adequate authorization control: e.g. onlyEntryPointOrSelf if used with ERC-4337
121
121
* If a mode is requested that is not supported by the Account, it MUST revert
122
122
*/
123
- function execute (bytes32 mode , bytes calldata executionCalldata ) external ;
123
+ function execute (bytes32 mode , bytes calldata executionCalldata ) external payable ;
124
124
125
125
/**
126
126
* @dev Executes a transaction on behalf of the account.
@@ -135,7 +135,7 @@ interface IERC7579Execution {
135
135
function executeFromExecutor (
136
136
bytes32 mode ,
137
137
bytes calldata executionCalldata
138
- ) external returns (bytes [] memory returnData );
138
+ ) external payable returns (bytes [] memory returnData );
139
139
}
140
140
141
141
/**
You can’t perform that action at this time.
0 commit comments