We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37dc55 commit bb7fbcdCopy full SHA for bb7fbcd
contracts/libraries/ReentrancyGuardBase.sol
@@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
4
5
import { ReentrancyGuard, ReentrancyGuardLib } from "./ReentrancyGuard.sol";
6
7
-contract ReentrancyGuardBase {
+abstract contract ReentrancyGuardBase {
8
using ReentrancyGuardLib for ReentrancyGuard;
9
10
ReentrancyGuard private _lock;
0 commit comments