aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/src/index.ts
diff options
context:
space:
mode:
authorRemco Bloemen <remco@wicked.ventures>2018-08-25 04:42:10 +0800
committerRemco Bloemen <remco@wicked.ventures>2018-08-25 07:46:24 +0800
commite6f5cac87887709b5a3baaec059005301723f0a5 (patch)
tree7aae1e84cdc7593ae5ac36535dae5442b3d9038b /packages/types/src/index.ts
parent29971f36cf5c0096dfd3b52c014c52b812a9e9ac (diff)
downloaddexon-0x-contracts-e6f5cac87887709b5a3baaec059005301723f0a5.tar
dexon-0x-contracts-e6f5cac87887709b5a3baaec059005301723f0a5.tar.gz
dexon-0x-contracts-e6f5cac87887709b5a3baaec059005301723f0a5.tar.bz2
dexon-0x-contracts-e6f5cac87887709b5a3baaec059005301723f0a5.tar.lz
dexon-0x-contracts-e6f5cac87887709b5a3baaec059005301723f0a5.tar.xz
dexon-0x-contracts-e6f5cac87887709b5a3baaec059005301723f0a5.tar.zst
dexon-0x-contracts-e6f5cac87887709b5a3baaec059005301723f0a5.zip
Fix double definition of error
Diffstat (limited to 'packages/types/src/index.ts')
-rw-r--r--packages/types/src/index.ts1
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',