You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the function starts with _ and hence looks like an internal function.
However, the developer put it external because rebalance can happen in more cases and may need be triggerable directly for external caller. it seems that the developer hasn't fully handled this, so he put it as public first. (that's how I feel).
Describe the bug
v4-periphery/contracts/hooks/examples/FullRange.sol
Line 317 in 581d96d
is public
Expected Behavior
should be internal
To Reproduce
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: