Skip to content

Commit

Permalink
fix natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Borja Aranda committed Jan 10, 2024
1 parent 6086c82 commit 8769faa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ contract LinkAvailableBalanceMonitor is AccessControl, AutomationCompatibleInter
uint16 private s_maxCheck;
uint8 private s_upkeepInterval;

/// @dev s_watchList contains all the addresses watched by this monitor
/// It mainly provides the length() function
/// @notice s_watchList contains all the addresses watched by this monitor
/// @dev It mainly provides the length() function
EnumerableSet.AddressSet private s_watchList;

/// @notice s_targets contains all the addresses watched by this monitor
Expand Down

0 comments on commit 8769faa

Please sign in to comment.