Skip to content

Commit

Permalink
remove unused variable commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
jpick713 authored Mar 22, 2024
1 parent 8f5e125 commit e7d218f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/peer-to-peer/oracles/custom/MysoOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e7d218f

Please sign in to comment.