aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-09-19 20:43:42 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-09-19 20:43:42 +0800
commite7af0eb20c108eae1c0e753d1079c2db3c13a583 (patch)
tree41c957205b689fbae68fe6a0481049ede4d14217
parent5e40f769969a67ab06e78b98a933413102529a41 (diff)
downloaddexon-0x-contracts-e7af0eb20c108eae1c0e753d1079c2db3c13a583.tar
dexon-0x-contracts-e7af0eb20c108eae1c0e753d1079c2db3c13a583.tar.gz
dexon-0x-contracts-e7af0eb20c108eae1c0e753d1079c2db3c13a583.tar.bz2
dexon-0x-contracts-e7af0eb20c108eae1c0e753d1079c2db3c13a583.tar.lz
dexon-0x-contracts-e7af0eb20c108eae1c0e753d1079c2db3c13a583.tar.xz
dexon-0x-contracts-e7af0eb20c108eae1c0e753d1079c2db3c13a583.tar.zst
dexon-0x-contracts-e7af0eb20c108eae1c0e753d1079c2db3c13a583.zip
Prefix HACK comment with HACK
-rw-r--r--src/0x.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/0x.ts b/src/0x.ts
index 62ac7b212..d2899c401 100644
--- a/src/0x.ts
+++ b/src/0x.ts
@@ -322,7 +322,7 @@ export class ZeroEx {
return txReceiptPromise;
}
/*
- * `TokenWrapper` needs a token transfer proxy address. `TokenTransferProxy` address is fetched from
+ * HACK: `TokenWrapper` needs a token transfer proxy address. `TokenTransferProxy` address is fetched from
* an `ExchnageWrapper`. `ExchangeWrapper` needs `TokenWrapper` to validate orders. Cycle.
* In order to break this - we create this function here and pass it as a parameter to the `TokenWrapper`
* and `ProxyWrapper`.