|
@@ -18,7 +18,7 @@ pragma solidity ^0.7.0;
|
|
|
* to protect against it, check out our blog post
|
|
|
* https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
|
|
|
*/
|
|
|
-contract ReentrancyGuard {
|
|
|
+abstract contract ReentrancyGuard {
|
|
|
// Booleans are more expensive than uint256 or any type that takes up a full
|
|
|
// word because each write operation emits an extra SLOAD to first read the
|
|
|
// slot's contents, replace the bits taken up by the boolean, and then write
|