mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Fixed derivation path
This commit is contained in:
parent
3355e8130c
commit
446412c2c1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ var DefaultRootDerivationPath = DerivationPath{0x80000000 + 44, 0x80000000 + 108
|
|||
// DefaultBaseDerivationPath is the base path from which custom derivation endpoints
|
||||
// are incremented. As such, the first account will be at m/44'/108'/0'/0, the second
|
||||
// at m/44'/108'/0'/1, etc.
|
||||
var DefaultBaseDerivationPath = DerivationPath{0x80000000 + 44, 0x80000000 + 108, 0x80000000 + 0, 0}
|
||||
var DefaultBaseDerivationPath = DerivationPath{0x80000000 + 44, 0x80000000 + 108, 0x80000000 + 0, 0, 0}
|
||||
|
||||
// DerivationPath represents the computer friendly version of a hierarchical
|
||||
// deterministic wallet account derivation path.
|
||||
|
|
|
|||
Loading…
Reference in a new issue