Skip to content

Commit

Permalink
removal of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pahor167 committed Feb 9, 2024
1 parent 5e55943 commit f58df2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/protocol/contracts/stability/SortedOracles.sol
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ contract SortedOracles is ISortedOracles, ICeloVersionedContract, Ownable, Initi
* @notice Sets the equivalent token for a token.
* @param token The address of the token.
* @param equivalentToken The address of the equivalent token.
* @dev For tokens with 6 decimals multiplier is 1e18 / 1e6 = 1e12
*/
function setEquivalentToken(address token, address equivalentToken) external onlyOwner {
require(token != address(0), "token address cannot be 0");
Expand Down

0 comments on commit f58df2c

Please sign in to comment.