Skip to content

Commit

Permalink
fix(app): fixed bech32 on account keeper to not be hardcoded (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix authored Apr 21, 2024
1 parent 57d4f17 commit 750d1e7
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 @@ -393,7 +393,7 @@ func NewRollapp(
app.GetSubspace(authtypes.ModuleName),
ethermint.ProtoAccount,
maccPerms,
sdk.Bech32PrefixAccAddr, //Bech32MainPrefix
sdk.GetConfig().GetBech32AccountAddrPrefix(),
)

app.BankKeeper = bankkeeper.NewBaseKeeper(
Expand Down

0 comments on commit 750d1e7

Please sign in to comment.