From 213094cebf281c3d2e84affcfc448b74677cca0c Mon Sep 17 00:00:00 2001 From: miguelmtzinf Date: Tue, 28 Sep 2021 14:59:32 +0200 Subject: [PATCH] fix: Fix docs of OperationValidator contract --- contracts/protocol/configuration/OperationalValidator.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,