Skip to content

Commit

Permalink
Changed env var name.
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Dec 11, 2024
1 parent 147adcf commit c154a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rollappd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func initRootCmd(
// Set config
sdkconfig := sdk.GetConfig()
// Add ability to override bech32 prefix from env variable
prefix := os.Getenv("OVERRIDE_BECH_32")
prefix := os.Getenv("OVERRIDE_BECH32")
if prefix == "" {
prefix = app.AccountAddressPrefix
}
Expand Down

0 comments on commit c154a5c

Please sign in to comment.