Prefix HACK comment with HACK

This commit is contained in:
Leonid Logvinov
2017-09-19 14:43:42 +02:00
parent 5e40f76996
commit e7af0eb20c

View File

@@ -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`.