@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

@@ -12,8 +12,6 @@ import {
} from 'ethereum-types';
import * as _ from 'lodash';
import { constants } from './constants';
export class LogDecoder {
private readonly _web3Wrapper: Web3Wrapper;
private readonly _abiDecoder: AbiDecoder;