Skip to content

Commit

Permalink
feat: change computeWeights visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlak committed Dec 8, 2023
1 parent 99e249a commit 19075e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/strategies/G3MStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ contract G3MStrategy is IG3MStrategy {
}

function computeWeights(uint64 poolId)
internal
public
view
returns (uint256 weightX, uint256 weightY)
{
Expand Down

0 comments on commit 19075e0

Please sign in to comment.