Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sporejack committed Oct 18, 2021
1 parent 0b7e113 commit ade7233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/implementation/PoolKeeper.sol
Expand Up @@ -131,7 +131,7 @@ contract PoolKeeper is IPoolKeeper, Ownable {
/**
* @notice Pay keeper for upkeep
* @param _pool Address of the given pool
* @param _gasPrice Price of a single gas unit (in ETH)
* @param _gasPrice Price of a single gas unit (in ETH (wei))
* @param _gasSpent Number of gas units spent
* @param _savedPreviousUpdatedTimestamp Last timestamp when the pool's price execution happened
* @param _updateInterval Pool interval of the given pool
Expand All @@ -155,7 +155,7 @@ contract PoolKeeper is IPoolKeeper, Ownable {
/**
* @notice Payment keeper receives for performing upkeep on a given pool
* @param _pool Address of the given pool
* @param _gasPrice Price of a single gas unit (in ETH)
* @param _gasPrice Price of a single gas unit (in ETH (wei))
* @param _gasSpent Number of gas units spent
* @param _savedPreviousUpdatedTimestamp Last timestamp when the pool's price execution happened
* @param _poolInterval Pool interval of the given pool
Expand Down Expand Up @@ -191,7 +191,7 @@ contract PoolKeeper is IPoolKeeper, Ownable {
/**
* @notice Compensation a keeper will receive for their gas expenditure
* @param _pool Address of the given pool
* @param _gasPrice Price of a single gas unit (in ETH)
* @param _gasPrice Price of a single gas unit (in ETH (wei))
* @param _gasSpent Number of gas units spent
* @return Keeper's gas compensation
*/
Expand Down

0 comments on commit ade7233

Please sign in to comment.