Skip to content

Commit eaf8520

Browse files
committed
Remove unnecessary extra path
1 parent d7d80a5 commit eaf8520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/select/wallets/ledger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async function ledgerProvider(options: {
158158
paths.push(ledgerLive, legacy)
159159
}
160160
} else {
161-
paths.push(`${basePath}/0'/0`, `${basePath}/0'/0/0`)
161+
paths.push(`${basePath}/0'/0`)
162162
}
163163

164164
let transport

0 commit comments

Comments
 (0)