Remove unused instance variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user