Address PR review

This commit is contained in:
czanella
2024-07-19 09:16:42 +01:00
parent 772566c590
commit 260fd7fbb5

View File

@@ -35,8 +35,7 @@ interface ISwapAdapterTypes {
// revert (optional) // revert (optional)
HardLimits, HardLimits,
// Indicates whether the pool's price function can be called with // Indicates whether the pool's price function can be called with
// amountIn=0 to return the // amountIn=0 to return the current price (optional)
// current price (optional)
MarginalPrice MarginalPrice
} }