feat: update new interface in codebase
This commit is contained in:
@@ -27,7 +27,7 @@ interface IExecutor {
|
||||
|
||||
function handleCallback(
|
||||
bytes calldata callbackData
|
||||
) external returns (address tokenOwed, uint256 amountOwed);
|
||||
) external returns (bytes memory result);
|
||||
}
|
||||
|
||||
interface IExecutorErrors {
|
||||
|
||||
Reference in New Issue
Block a user