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 karalabe committed Oct 19, 2018
1 parent d98c45f commit 6ff97bf
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 6ff97bf

Please sign in to comment.