fix: bad merge
fn should be view, not pure
This commit is contained in:
committed by
Diana Carvalho
parent
4bc29f283b
commit
7e98145ad7
@@ -166,7 +166,7 @@ contract UniswapV3Executor is IExecutor, ICallback, TokenTransfer {
|
||||
address tokenOut,
|
||||
uint24 fee,
|
||||
TransferType transferType
|
||||
) internal pure returns (bytes memory) {
|
||||
) internal view returns (bytes memory) {
|
||||
return abi.encodePacked(
|
||||
tokenIn, tokenOut, fee, uint8(transferType), msg.sender, self
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user