Skip to content

Commit a381772

Browse files
committedJan 22, 2025
accounts: wallet derivation path comment is mistaken (ethereum#17934)
1 parent af0d626 commit a381772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎accounts/hd.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ import (
3030
var DefaultRootDerivationPath = DerivationPath{0x80000000 + 44, 0x80000000 + 60, 0x80000000 + 0, 0}
3131

3232
// DefaultBaseDerivationPath is the base path from which custom derivation endpoints
33-
// are incremented. As such, the first account will be at m/44'/60'/0'/0, the second
34-
// at m/44'/60'/0'/1, etc.
33+
// are incremented. As such, the first account will be at m/44'/60'/0'/0/0, the second
34+
// at m/44'/60'/0'/0/1, etc.
3535
var DefaultBaseDerivationPath = DerivationPath{0x80000000 + 44, 0x80000000 + 60, 0x80000000 + 0, 0, 0}
3636

3737
// DefaultLedgerBaseDerivationPath is the base path from which custom derivation endpoints

0 commit comments

Comments
 (0)