diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-09 18:20:19 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-09 18:20:19 +0800 |
commit | ef8b2875cf98212801f6ca55e8075340d4566ec4 (patch) | |
tree | 6b9cf52e6b4029e0b7717ba0d559dceaceba133a | |
parent | 1424a7302a1d1b3a9c36b3a6ce5a344f8045400d (diff) | |
download | dexon-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
-rw-r--r-- | src/utils/exchange_transfer_simulator.ts | 2 |
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; |