Skip to content

Commit 9ce9800

Browse files
committed
Call enable instead of getAccounts
1 parent 2072308 commit 9ce9800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/check/accounts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function accountSelect(
3636
if (type === 'hardware' && !completed && !provider.isCustomPath()) {
3737
if (accountsAndBalances.length === 0) {
3838
loadingAccounts = true
39-
const accounts = await provider.getAccounts()
39+
const accounts = await provider.enable()
4040
accountsAndBalances = await provider.getBalances(accounts)
4141
loadingAccounts = false
4242
}

0 commit comments

Comments
 (0)