Make contracts abstract if they had internal constructors (#2383)
This commit is contained in:
@ -13,7 +13,7 @@ import "../GSN/Context.sol";
|
||||
* the functions of your contract. Note that they will not be pausable by
|
||||
* simply including this module, only once the modifiers are put in place.
|
||||
*/
|
||||
contract Pausable is Context {
|
||||
abstract contract Pausable is Context {
|
||||
/**
|
||||
* @dev Emitted when the pause is triggered by `account`.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user