Remove redundant constructor

This commit is contained in:
Leonid Logvinov
2017-10-10 11:46:33 +03:00
parent 3fa98ec00e
commit 2b82354617

View File

@@ -82,9 +82,6 @@ export class BalanceAndProxyAllowanceLazyStore {
}
export class ExchangeTransferSimulator extends BalanceAndProxyAllowanceLazyStore {
constructor(token: TokenWrapper) {
super(token);
}
/**
* Simulates transferFrom call performed by a proxy
* @param tokenAddress Address of a token to be transfered