In @0x/contracts-exchange
: Fix busted TestAssetProxyDispatcher.sol
This commit is contained in:
parent
53121b1dd4
commit
15db5c8059
@ -19,10 +19,12 @@
|
||||
pragma solidity ^0.5.5;
|
||||
|
||||
import "../src/MixinAssetProxyDispatcher.sol";
|
||||
import "../src/MixinExchangeRichErrors.sol";
|
||||
|
||||
|
||||
contract TestAssetProxyDispatcher is
|
||||
MixinAssetProxyDispatcher
|
||||
MixinAssetProxyDispatcher,
|
||||
MixinExchangeRichErrors
|
||||
{
|
||||
function publicDispatchTransferFrom(
|
||||
bytes32 orderHash,
|
||||
|
Loading…
x
Reference in New Issue
Block a user