Skip to content

Commit 99ecaa3

Browse files
committed
chore: fInverse() external instead of public
1 parent d47ea30 commit 99ecaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EulerSwapPeriphery.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ contract EulerSwapPeriphery is IEulerSwapPeriphery {
211211
* @custom:requirement Input `y` must be strictly greater than `y0`; otherwise, the function will revert.
212212
*/
213213
function fInverse(uint256 y, uint256 px, uint256 py, uint256 x0, uint256 y0, uint256 c)
214-
public
214+
external
215215
pure
216216
returns (uint256)
217217
{

0 commit comments

Comments
 (0)