Fix BIP44 coin type (#480)

* fix docsearch

* update BIP44 coin type

* changelog

* set HD path
This commit is contained in:
Federico Kunze
2020-08-28 11:35:10 -04:00
committed by GitHub
parent 6307ba9d28
commit 8a3692e174
7 changed files with 60 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ func main() {
// Read in the configuration file for the sdk
config := sdk.GetConfig()
ethermint.SetBech32Prefixes(config)
ethermint.SetBip44CoinType(config)
config.Seal()
rootCmd := &cobra.Command{
+1
View File
@@ -53,6 +53,7 @@ func main() {
config := sdk.GetConfig()
ethermint.SetBech32Prefixes(config)
ethermint.SetBip44CoinType(config)
config.Seal()
ctx := server.NewDefaultContext()