Skip to content

Commit

Permalink
fix: Fix docs of OperationValidator contract
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Sep 28, 2021
1 parent 6f1c345 commit 213094c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/protocol/configuration/OperationalValidator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 213094c

Please sign in to comment.