Skip to content

Commit

Permalink
Specify account type
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsmiarowski committed Nov 14, 2023
1 parent 4fc86ee commit 4003943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/src/lib/utils/ledger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class LedgerLiveEthereumSigner extends Signer {
async requestAccount(
params: { currencyIds?: string[] | undefined } | undefined
): Promise<Account> {
let account
let account: Account
try {
this._windowMessageTransport.connect()
account = await this._walletApiClient.account.request(params)
Expand Down

0 comments on commit 4003943

Please sign in to comment.