diff --git a/contracts/protocol/configuration/OperationalValidator.sol b/contracts/protocol/configuration/OperationalValidator.sol index 4499b5022..95f92752b 100644 --- a/contracts/protocol/configuration/OperationalValidator.sol +++ b/contracts/protocol/configuration/OperationalValidator.sol @@ -20,8 +20,9 @@ contract OperationalValidator is IOperationalValidator { /** * @notice Constructor - * @dev * @param provider The address of the PoolAddressesProvider + * @param sequencerOracle The address of the Sequencer Health oracle + * @param gracePeriod The duration of the grace period in seconds */ constructor( IPoolAddressesProvider provider,