Remove unused instance variable

This commit is contained in:
Fabio Berger
2018-11-12 13:20:41 +01:00
parent c41622c20a
commit dbce3f8935

View File

@@ -32,7 +32,6 @@ const DEFAULT_ADDRESS_SEARCH_LIMIT = 1000;
*/
export class LedgerSubprovider extends BaseWalletSubprovider {
// tslint:disable-next-line:no-unused-variable
private readonly _nonceLock = new Lock();
private readonly _connectionLock = new Lock();
private readonly _networkId: number;
private _baseDerivationPath: string;