diff --git a/contracts/peer-to-peer/oracles/custom/MysoOracle.sol b/contracts/peer-to-peer/oracles/custom/MysoOracle.sol index 2eba590a..82ce1a4c 100644 --- a/contracts/peer-to-peer/oracles/custom/MysoOracle.sol +++ b/contracts/peer-to-peer/oracles/custom/MysoOracle.sol @@ -39,7 +39,6 @@ contract MysoOracle is ChainlinkBase, Ownable { uint256 internal constant MYSO_PRICE_TIME_LOCK = 5 minutes; MysoPrice public mysoPrice; - //address public owner; event MysoPriceUpdated( uint112 prePrice,