aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-10-09 18:20:19 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-10-09 18:20:19 +0800
commitef8b2875cf98212801f6ca55e8075340d4566ec4 (patch)
tree6b9cf52e6b4029e0b7717ba0d559dceaceba133a /src
parent1424a7302a1d1b3a9c36b3a6ce5a344f8045400d (diff)
downloaddexon-sol-tools-ef8b2875cf98212801f6ca55e8075340d4566ec4.tar
dexon-sol-tools-ef8b2875cf98212801f6ca55e8075340d4566ec4.tar.gz
dexon-sol-tools-ef8b2875cf98212801f6ca55e8075340d4566ec4.tar.bz2
dexon-sol-tools-ef8b2875cf98212801f6ca55e8075340d4566ec4.tar.lz
dexon-sol-tools-ef8b2875cf98212801f6ca55e8075340d4566ec4.tar.xz
dexon-sol-tools-ef8b2875cf98212801f6ca55e8075340d4566ec4.tar.zst
dexon-sol-tools-ef8b2875cf98212801f6ca55e8075340d4566ec4.zip
Fix the comment
Diffstat (limited to 'src')
-rw-r--r--src/utils/exchange_transfer_simulator.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/exchange_transfer_simulator.ts b/src/utils/exchange_transfer_simulator.ts
index f79dce242..6d5f797bd 100644
--- a/src/utils/exchange_transfer_simulator.ts
+++ b/src/utils/exchange_transfer_simulator.ts
@@ -32,8 +32,6 @@ const ERR_MSG_MAPPING = {
/**
* Copy on read store for balances/proxyAllowances of tokens/accounts touched in trades
- * @param {TokenWrapper} token [description]
- * @return {[type]} [description]
*/
export class BalanceAndProxyAllowanceLazyStore {
protected _token: TokenWrapper;