diff --git a/src/utils/BasePaymentTreasury.sol b/src/utils/BasePaymentTreasury.sol index f7e45f4..b11017e 100644 --- a/src/utils/BasePaymentTreasury.sol +++ b/src/utils/BasePaymentTreasury.sol @@ -340,11 +340,6 @@ abstract contract BasePaymentTreasury is } duration = uint256(maxExpirationBytes); - - if (duration == 0) { - return (false, 0); - } - hasLimit = true; }