This commit is contained in:
Solovyov1796 2024-08-03 21:47:26 +08:00
parent ea69805f89
commit 826548bb66

View File

@ -65,8 +65,7 @@ var (
func init() { func init() {
// set the address prefixes // set the address prefixes
config := sdk.GetConfig() chaincfg.SetSDKConfig()
app.SetBech32AddressPrefixes(config)
// config.Seal() // config.Seal()
} }