Skip to content

Commit 9d21fc0

Browse files
committed
chore: update
1 parent f92a55d commit 9d21fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ledger/ethereum.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default class Ethereum {
230230
: inputPath
231231

232232
if (path === HDPATH.LEDGER_LIVE) {
233-
return `m/44'/60'/${index}'/0/0`
233+
return `44'/60'/${index}'/0/0`
234234
}
235235
return `${path}/${index}`
236236
}

0 commit comments

Comments
 (0)