Fix bug introduced during rebase

This commit is contained in:
Alex Browne 2018-10-15 13:44:21 -07:00
parent f0e4837983
commit 00db096d2e

View File

@ -7,6 +7,7 @@ import { Web3Wrapper } from '@0xproject/web3-wrapper';
import { ContractAbi } from 'ethereum-types'; import { ContractAbi } from 'ethereum-types';
import * as _ from 'lodash'; import * as _ from 'lodash';
import { orderTxOptsSchema } from '../schemas/order_tx_opts_schema';
import { txOptsSchema } from '../schemas/tx_opts_schema'; import { txOptsSchema } from '../schemas/tx_opts_schema';
import { OrderTransactionOpts } from '../types'; import { OrderTransactionOpts } from '../types';
import { assert } from '../utils/assert'; import { assert } from '../utils/assert';