Skip to content

Commit

Permalink
fix: transform the bech prefix to lower
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Dec 28, 2024
1 parent 9404490 commit cd95b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/rollapp/bechprefix.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ func ExtractBech32PrefixFromBinary(vmType string) (string, error) {
return "", errors.New("rollapp binary does not contain build flags ")
}

bech32Prefix = strings.ToLower(bech32Prefix)

return bech32Prefix, err
}

Expand Down

0 comments on commit cd95b25

Please sign in to comment.