Skip to content

Commit

Permalink
update _constructorValidation vision
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive committed Sep 18, 2024
1 parent 2c5d054 commit 11ebe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/BNBPartyState.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ abstract contract BNBPartyState is BNBPartyModifiers, Ownable {
IWBNB _WBNB,
ISqrtPriceCalculator _sqrtPriceCalculator
)
internal
private
pure
notZeroAddress(address(_WBNB))
notZeroAddress(address(_sqrtPriceCalculator))
Expand Down

0 comments on commit 11ebe2b

Please sign in to comment.