Skip to content

Commit

Permalink
fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
David405 committed Apr 15, 2024
2 parents a3c6157 + e78fca6 commit 89a7a91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions contracts/Oracle.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: MIT

pragma solidity 0.8.20;

import "@openzeppelin/contracts/access/AccessControl.sol";
Expand Down
6 changes: 0 additions & 6 deletions contracts/Vault.sol
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
// SPDX-License-Identifier: MIT

/**
* NOTE
* Always do additions first
* Check if the substracting value is greater than or less than the added values i.e check for a negative result
*/

pragma solidity ^0.8.20;

import "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol";
Expand Down
1 change: 1 addition & 0 deletions contracts/interfaces/BakiOracleInterface.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: MIT

pragma solidity 0.8.20;
/**
* @dev Oracle interface
Expand Down

0 comments on commit 89a7a91

Please sign in to comment.