diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-07-26 04:26:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 04:26:14 +0800 |
commit | 89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1 (patch) | |
tree | 357d487f6f4442a04457d85b55853a78bb4b4e85 /src/utils/assert.ts | |
parent | 97e680aba1a68c509e903e929a848db53182722f (diff) | |
parent | 660aa224ca990af27867cdd1523553f50ba50b77 (diff) | |
download | dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar.gz dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar.bz2 dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar.lz dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar.xz dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.tar.zst dexon-sol-tools-89aa19f6e4042ffcda906e4fa6a7de3d6d2e57c1.zip |
Merge pull request #109 from 0xProject/fees-balance-allowance-validation
Fees balance allowance validation
Diffstat (limited to 'src/utils/assert.ts')
-rw-r--r-- | src/utils/assert.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/assert.ts b/src/utils/assert.ts index dab796c4e..969209208 100644 --- a/src/utils/assert.ts +++ b/src/utils/assert.ts @@ -3,7 +3,6 @@ import * as BigNumber from 'bignumber.js'; import * as Web3 from 'web3'; import {Web3Wrapper} from '../web3_wrapper'; import {SchemaValidator} from './schema_validator'; -import {utils} from './utils'; const HEX_REGEX = /^0x[0-9A-F]*$/i; |