Merge pull request #2396 from Arctek/patch-1

Fix circular reference
This commit is contained in:
Jacob Evans
2020-01-06 10:29:19 +10:00
committed by GitHub

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