Fix circular refence

This commit is contained in:
Arctek
2019-12-14 16:00:05 +10:30
committed by GitHub
parent 6808e0d531
commit e00f059a4a

View File

@@ -1,7 +1,7 @@
import * as crypto from 'crypto';
import * as ethUtil from 'ethereumjs-util';
import { BigNumber } from './index';
import { BigNumber } from './configured_bignumber';
import { Numberish } from './types';
// tslint:disable:custom-no-magic-numbers