Skip to content

Commit

Permalink
Fix comment in IPriceOracle
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Jul 22, 2024
1 parent 13c5dde commit fbea845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/L2/interface/IPriceOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface IPriceOracle {
/**
* @dev Returns the price to register or renew a name.
* @param name The name being registered or renewed.
* @param expires When the name presently expires (0 if this is a new registration).
* @param expires When the name presently expires (`launchTime` if this is a new registration).
* @param duration How long the name is being registered or extended for, in seconds.
* @return price Price struct containing base price and premium price
*/
Expand Down

0 comments on commit fbea845

Please sign in to comment.