From ef8b2875cf98212801f6ca55e8075340d4566ec4 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 9 Oct 2017 13:20:19 +0300 Subject: Fix the comment --- src/utils/exchange_transfer_simulator.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils') 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; -- cgit v1.2.3