Remove extra ERC20ProxyId from Forwarder constructor

This commit is contained in:
Jacob Evans
2018-07-09 16:50:26 +10:00
parent dd77a38535
commit 81b4f4928d
4 changed files with 9 additions and 11 deletions

View File

@@ -40,7 +40,6 @@ contract Forwarder is
address _exchange,
address _etherToken,
address _zrxToken,
bytes4 _erc20AssetProxyId,
bytes memory _zrxAssetData,
bytes memory _wethAssetData
)