diff --git a/typescript/src/lib/utils/ledger.ts b/typescript/src/lib/utils/ledger.ts index cf80c2720..cde84b059 100644 --- a/typescript/src/lib/utils/ledger.ts +++ b/typescript/src/lib/utils/ledger.ts @@ -69,7 +69,7 @@ export class LedgerLiveEthereumSigner extends Signer { async requestAccount( params: { currencyIds?: string[] | undefined } | undefined ): Promise { - let account + let account: Account try { this._windowMessageTransport.connect() account = await this._walletApiClient.account.request(params)