Skip to content

Commit 0e1c3dc

Browse files
authored
Update IOraclePod.sol
1 parent 833246b commit 0e1c3dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/interfaces/IOraclePod.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ interface IOraclePod {
88
uint256 timestamp
99
);
1010

11-
<<<<<<< HEAD
12-
=======
1311
event OracleManagerUpdate(
1412
address oldManagerAddress ,
1513
address newManagerAddress
1614
);
1715

18-
>>>>>>> feature/audit-fix
1916
function fillSymbolPrice(string memory price) external;
2017
function isDataFresh(uint256 maxAge) external view returns (bool);
2118
function getSymbolPrice() external view returns (string memory);

0 commit comments

Comments
 (0)