fix: ISwapExecutor shouldn't be payable
No reason for that.
This commit is contained in:
@@ -28,7 +28,6 @@ interface ISwapExecutor {
|
|||||||
*/
|
*/
|
||||||
function swap(uint256 givenAmount, bytes calldata data)
|
function swap(uint256 givenAmount, bytes calldata data)
|
||||||
external
|
external
|
||||||
payable
|
|
||||||
returns (uint256 calculatedAmount);
|
returns (uint256 calculatedAmount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user