Skip to content

Commit

Permalink
Added natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Oct 14, 2021
1 parent 22dab37 commit b8f5ae8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/Reserve.sol
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ contract Reserve is IReserve, Manageable {
}
}

/// @notice Retrieves the oldest observation
/// @param _nextIndex The next index of the Reserve observations
function _getOldestObservation(uint24 _nextIndex)
internal
view
Expand All @@ -251,6 +253,7 @@ contract Reserve is IReserve, Manageable {
}

/// @notice Retrieves the newest observation
/// @param _nextIndex The next index of the Reserve observations
function _getNewestObservation(uint24 _nextIndex)
internal
view
Expand Down

0 comments on commit b8f5ae8

Please sign in to comment.