Fix imports in order_utils

This commit is contained in:
Leonid Logvinov
2018-05-24 18:30:48 -07:00
parent 654698b208
commit 817248369a
2 changed files with 22 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import { BigNumber } from '@0xproject/utils';
import ethUtil = require('ethereumjs-util');
import { crypto } from './crypto';
import { CancelOrder, MatchOrder, OrderStruct, SignedOrder, UnsignedOrder } from './types';
import { CancelOrder, MatchOrder } from './types';
export const orderUtils = {
createFill: (signedOrder: SignedOrder, takerAssetFillAmount?: BigNumber) => {