Skip to content

Commit

Permalink
fix: Use correct acount address codec (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitsalis authored Dec 6, 2023
1 parent acd8ccf commit 83d72c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ func (app *BabylonApp) AutoCliOpts() autocli.AppOptions {
return autocli.AppOptions{
Modules: modules,
ModuleOptions: runtimeservices.ExtractAutoCLIOptions(app.ModuleManager.Modules),
AddressCodec: authcodec.NewBech32Codec(appparams.Bech32PrefixValAddr),
AddressCodec: authcodec.NewBech32Codec(appparams.Bech32PrefixAccAddr),
ValidatorAddressCodec: authcodec.NewBech32Codec(appparams.Bech32PrefixValAddr),
ConsensusAddressCodec: authcodec.NewBech32Codec(appparams.Bech32PrefixConsAddr),
}
Expand Down

0 comments on commit 83d72c6

Please sign in to comment.