diff --git a/contracts/src/libraries/LPMath.sol b/contracts/src/libraries/LPMath.sol index e55c64f0e..b26c28e51 100644 --- a/contracts/src/libraries/LPMath.sol +++ b/contracts/src/libraries/LPMath.sol @@ -1181,7 +1181,7 @@ library LPMath { k - inner, _params.presentValueParams.vaultSharePrice ); - if (inner >= 0) { + if (inner >= ONE) { // NOTE: Round the exponent up since this rounds the result up. inner = inner.pow( _params.presentValueParams.timeStretch.divUp(