fix owner

This commit is contained in:
owen05
2020-11-27 00:00:36 +08:00
parent d4569fe099
commit 5154c86e24
5 changed files with 5 additions and 15 deletions

View File

@@ -97,9 +97,5 @@ contract DVMStorage is InitializableOwnable, ReentrancyGuard {
function getMtFeeRate(address trader) external view returns (uint256 feeRate) {
return _MT_FEE_RATE_MODEL_.getFeeRate(trader);
}
function getOwner() external view returns (address) {
return _OWNER_;
}
}