修正MarketPlace的命名问题
This commit is contained in:
parent
c31999c2c7
commit
1c85ff233a
@ -10,7 +10,7 @@ import "@openzeppelin/contracts/access/Ownable.sol";
|
||||
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
|
||||
import "./HasSignature.sol";
|
||||
|
||||
contract Marketplace is Ownable, HasSignature {
|
||||
contract MarketPlace is Ownable, HasSignature {
|
||||
using SafeERC20 for IERC20;
|
||||
using SafeMath for uint256;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user