diff options
author | Remco Bloemen <remco@wicked.ventures> | 2018-08-25 04:42:10 +0800 |
---|---|---|
committer | Remco Bloemen <remco@wicked.ventures> | 2018-08-25 07:46:24 +0800 |
commit | e6f5cac87887709b5a3baaec059005301723f0a5 (patch) | |
tree | 7aae1e84cdc7593ae5ac36535dae5442b3d9038b | |
parent | 29971f36cf5c0096dfd3b52c014c52b812a9e9ac (diff) | |
download | dexon-sol-tools-e6f5cac87887709b5a3baaec059005301723f0a5.tar dexon-sol-tools-e6f5cac87887709b5a3baaec059005301723f0a5.tar.gz dexon-sol-tools-e6f5cac87887709b5a3baaec059005301723f0a5.tar.bz2 dexon-sol-tools-e6f5cac87887709b5a3baaec059005301723f0a5.tar.lz dexon-sol-tools-e6f5cac87887709b5a3baaec059005301723f0a5.tar.xz dexon-sol-tools-e6f5cac87887709b5a3baaec059005301723f0a5.tar.zst dexon-sol-tools-e6f5cac87887709b5a3baaec059005301723f0a5.zip |
Fix double definition of error
-rw-r--r-- | packages/types/src/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts index 486f71a3a..5576a6678 100644 --- a/packages/types/src/index.ts +++ b/packages/types/src/index.ts @@ -177,7 +177,6 @@ export enum RevertReason { InvalidSignature = 'INVALID_SIGNATURE', SignatureIllegal = 'SIGNATURE_ILLEGAL', SignatureUnsupported = 'SIGNATURE_UNSUPPORTED', - InvalidOrderSignature = 'INVALID_ORDER_SIGNATURE', TakerOverpay = 'TAKER_OVERPAY', OrderOverfill = 'ORDER_OVERFILL', InvalidFillPrice = 'INVALID_FILL_PRICE', |