Skip to content

Commit

Permalink
POA proper NewBech32Codec
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Feb 24, 2024
1 parent cb36481 commit 59fe422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ func NewChainApp(
app.StakingKeeper,
app.SlashingKeeper,
app.BankKeeper,
authcodec.NewBech32Codec(sdk.Bech32PrefixValAddr),
authcodec.NewBech32Codec(sdk.GetConfig().GetBech32ValidatorAddrPrefix()),
logger,
)

Expand Down

0 comments on commit 59fe422

Please sign in to comment.