From d9b7386f27480b65b10ce7e5bd6f06873a47edc2 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:47:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86mallbase=E6=94=B9=E4=B8=BAabtract?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contracts/market/MallBase.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/market/MallBase.sol b/contracts/market/MallBase.sol index 8b6f06c..8cf2267 100644 --- a/contracts/market/MallBase.sol +++ b/contracts/market/MallBase.sol @@ -3,7 +3,7 @@ pragma solidity 0.8.10; import "@openzeppelin/contracts/access/Ownable.sol"; -contract MallBase is Ownable { +abstract contract MallBase is Ownable { address public executor; // Address to receive transaction fee address public feeToAddress;