dymensionxyz/dymension

The account keeper uses an incorrect bech32 prefix

omritoptix opened this issue · 0 comments

In app/app.go:463, the account keeper is created with the bech32Prefix as
sdk.Bech32MainPrefix, which is “cosmos”. This is incorrect because the account
address prefix should be “dym”, as seen in app/params/config.go:19.