Fix batchFillOrdersNoThrow name

This commit is contained in:
Remco Bloemen
2018-02-21 16:38:30 -08:00
committed by Amir Bandeali
parent f7dd6f7a7e
commit c0de35e71c

View File

@@ -149,7 +149,7 @@ contract MixinWrapperFunctions is
}
function fillOrdersUpTo(
function batchFillOrdersNoThrow(
address[5][] orderAddresses,
uint[6][] orderValues,
uint[] takerTokenFillAmounts,