diff options
Diffstat (limited to 'src')
-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; |