We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fd4bc commit deb9325Copy full SHA for deb9325
app/keepers/keepers.go
@@ -200,7 +200,7 @@ func NewAppKeeper(
200
appKeepers.BankKeeper,
201
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
202
address.NewBech32Codec(constants.Bech32PrefixValAddr),
203
- address.NewBech32Codec(constants.Bech32PrefixConsPub),
+ address.NewBech32Codec(constants.Bech32PrefixConsAddr),
204
)
205
206
mintKeeper := mintkeeper.NewKeeper(
0 commit comments