feat: fix input decoding in usv3 executor and execution dispatcher
This commit is contained in:
@@ -20,9 +20,11 @@ library CallbackValidationV2 {
|
||||
address tokenB,
|
||||
uint24 fee
|
||||
) internal view returns (IUniswapV3Pool pool) {
|
||||
return verifyCallback(
|
||||
factory, PoolAddressV2.getPoolKey(tokenA, tokenB, fee)
|
||||
);
|
||||
return
|
||||
verifyCallback(
|
||||
factory,
|
||||
PoolAddressV2.getPoolKey(tokenA, tokenB, fee)
|
||||
);
|
||||
}
|
||||
|
||||
/// @notice Returns the address of a valid Uniswap V3 Pool
|
||||
|
||||
Reference in New Issue
Block a user