We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48b602 commit b53ed74Copy full SHA for b53ed74
src/DSCEngine.sol
@@ -25,6 +25,8 @@
25
pragma solidity 0.8.19;
26
27
import { OracleLib, AggregatorV3Interface } from "./libraries/OracleLib.sol";
28
+// The correct path for ReentrancyGuard in latest Openzeppelin contracts is
29
+//"import {ReentrancyGuard} from "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
30
import { ReentrancyGuard } from "@openzeppelin/contracts/security/ReentrancyGuard.sol";
31
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
32
import { DecentralizedStableCoin } from "./DecentralizedStableCoin.sol";
0 commit comments