12 lines
319 B
Diff
12 lines
319 B
Diff
--- security/Pausable.sol 2023-08-10 21:54:54
|
|
+++ security/Pausable.sol 2023-08-11 12:22:17
|
|
@@ -1,7 +1,7 @@
|
|
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)
|
|
|
|
-pragma solidity ^0.8.20;
|
|
+pragma solidity ^0.8.19;
|
|
|
|
import {Context} from "../utils/Context.sol";
|
|
|