Support compiling with solc 0.7 (#2408)
This commit is contained in:
committed by
GitHub
parent
21344b91ed
commit
90ed1af972
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
pragma solidity ^0.6.0;
|
||||
pragma solidity >=0.6.0 <0.8.0;
|
||||
|
||||
/**
|
||||
* @dev Interface for `RelayHub`, the core contract of the GSN. Users should not need to interact with this contract
|
||||
|
||||
Reference in New Issue
Block a user