Skip to content

Commit deb9325

Browse files
authored
fix: cons addr prefix in staking keeper. (#406)
fix cons addr prefix in staking keeper.
1 parent e7fd4bc commit deb9325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/keepers/keepers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func NewAppKeeper(
200200
appKeepers.BankKeeper,
201201
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
202202
address.NewBech32Codec(constants.Bech32PrefixValAddr),
203-
address.NewBech32Codec(constants.Bech32PrefixConsPub),
203+
address.NewBech32Codec(constants.Bech32PrefixConsAddr),
204204
)
205205

206206
mintKeeper := mintkeeper.NewKeeper(

0 commit comments

Comments
 (0)