forked from cerc-io/laconicd-deprecated
Fix BIP44 coin type (#480)
* fix docsearch * update BIP44 coin type * changelog * set HD path
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -53,6 +53,7 @@ func main() {
|
||||
|
||||
config := sdk.GetConfig()
|
||||
ethermint.SetBech32Prefixes(config)
|
||||
ethermint.SetBip44CoinType(config)
|
||||
config.Seal()
|
||||
|
||||
ctx := server.NewDefaultContext()
|
||||
|
||||
Reference in New Issue
Block a user