diff --git a/accounts/hd.go b/accounts/hd.go index 9eb27a935e..07f248ced7 100644 --- a/accounts/hd.go +++ b/accounts/hd.go @@ -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.