Skip to content

Commit

Permalink
Update comment for contracts/interfaces/IMaintenance.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Bao <quocbao300@gmail.com>
  • Loading branch information
ducthotran2010 and nxqbao authored Nov 4, 2022
1 parent ee6e3eb commit 2ef51c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/interfaces/IMaintenance.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ interface IMaintenance {
uint256 lastUpdatedBlock;
}

/// @dev Emitted when the maintenance is scheduled.
event MaintenanceScheduled(address consensusAddr, Schedule);
/// @dev Emitted when a maintenance is scheduled.
event MaintenanceScheduled(address indexed consensusAddr, Schedule);
/// @dev Emitted when the maintenance config is updated.
event MaintenanceConfigUpdated(
uint256 minMaintenanceBlockPeriod,
Expand Down

0 comments on commit 2ef51c7

Please sign in to comment.