@0x/contracts-dev-utils: Prettier.

`@0x/contracts-exchange`: Update reentrancy tests.
`@0x/contracts-exchange`: Add all mutator functions to
`ExchangeFunctions` type.
`@0x/contracts-tes-utils`: Remove unused import.
This commit is contained in:
Lawrence Forman
2019-08-08 03:18:32 -04:00
parent d4e300d0a4
commit 370df0d495
5 changed files with 22 additions and 16 deletions

View File

@@ -97,7 +97,7 @@ describe('LibTransactionDecoder', () => {
});
}
for (const func of ['marketBuyOrders', 'marketSellOrders', ]) {
for (const func of ['marketBuyOrders', 'marketSellOrders']) {
const input = (exchangeInterface as any)[func].getABIEncodedTransactionData(
[order, order],
takerAssetFillAmount,