Added a comment about inheritance in the exchange
This commit is contained in:
committed by
Amir Bandeali
parent
fc96df63fd
commit
55e1045000
@@ -19,12 +19,15 @@
|
|||||||
pragma solidity ^0.5.9;
|
pragma solidity ^0.5.9;
|
||||||
pragma experimental ABIEncoderV2;
|
pragma experimental ABIEncoderV2;
|
||||||
|
|
||||||
import "./MixinWrapperFunctions.sol";
|
|
||||||
import "./MixinMatchOrders.sol";
|
import "./MixinMatchOrders.sol";
|
||||||
import "./MixinSignatureValidator.sol";
|
import "./MixinSignatureValidator.sol";
|
||||||
|
import "./MixinWrapperFunctions.sol";
|
||||||
|
|
||||||
|
|
||||||
// solhint-disable no-empty-blocks
|
// solhint-disable no-empty-blocks
|
||||||
|
// MixinAssetProxyDispatcher, MixinExchangeCore, MixinExchangeRichErrors,
|
||||||
|
// and MixinTransactions are all inherited via the other Mixins that are
|
||||||
|
// used.
|
||||||
contract Exchange is
|
contract Exchange is
|
||||||
MixinSignatureValidator,
|
MixinSignatureValidator,
|
||||||
MixinMatchOrders,
|
MixinMatchOrders,
|
||||||
|
|||||||
Reference in New Issue
Block a user