Add tests for multiAssetData, remove tests for old functions

This commit is contained in:
Amir Bandeali
2019-06-05 14:30:27 -07:00
parent be6fce5a89
commit d9edb9675f
2 changed files with 91 additions and 42 deletions

View File

@@ -81,7 +81,7 @@ contract OrderValidationUtils is
uint256 makerFee = order.makerFee;
bytes memory zrxAssetData = _ZRX_ASSET_DATA;
// Get the amount of `takerAsset` that is transferable to maker given the transferability of `makerAsset` and `makerFeeAsset`
// Get the amount of `takerAsset` that is transferable to maker given the transferability of `makerAsset`, `makerFeeAsset`,
// and the total amounts specified in the order
uint256 transferableTakerAssetAmount;
if (order.makerAssetData.equals(zrxAssetData)) {