From e7d218f503f2b0240413ac47f7cb7525d3aca084 Mon Sep 17 00:00:00 2001 From: jpick713 <54317750+jpick713@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:12:36 -0400 Subject: [PATCH] remove unused variable commented out --- contracts/peer-to-peer/oracles/custom/MysoOracle.sol | 1 - 1 file changed, 1 deletion(-) 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,