Skip to content

Commit

Permalink
accounts: wallet derivation path comment is mistaken (ethereum#17934)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa authored and gzliudan committed Dec 30, 2024
1 parent 85ef30d commit 0fa8dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accounts/hd.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import (
var DefaultRootDerivationPath = DerivationPath{0x80000000 + 44, 0x80000000 + 60, 0x80000000 + 0, 0}

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

// DefaultLedgerBaseDerivationPath is the base path from which custom derivation endpoints
Expand Down

0 comments on commit 0fa8dc4

Please sign in to comment.