We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2072308 commit 9ce9800Copy full SHA for 9ce9800
src/modules/check/accounts.ts
@@ -36,7 +36,7 @@ function accountSelect(
36
if (type === 'hardware' && !completed && !provider.isCustomPath()) {
37
if (accountsAndBalances.length === 0) {
38
loadingAccounts = true
39
- const accounts = await provider.getAccounts()
+ const accounts = await provider.enable()
40
accountsAndBalances = await provider.getBalances(accounts)
41
loadingAccounts = false
42
}
0 commit comments