Skip to content

Commit

Permalink
removed redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Dec 13, 2024
1 parent 07fa837 commit 45e91de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollappd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func initRootCmd(
// Set config
sdkconfig := sdk.GetConfig()
// Add ability to override bech32 prefix from env variable
// Add ability to override bech32 prefix from env variable
prefix := app.AccountAddressPrefix
if overridePrefix := os.Getenv("OVERRIDE_BECH32"); overridePrefix != "" {
prefix = overridePrefix
Expand Down

0 comments on commit 45e91de

Please sign in to comment.