Skip to content

Commit

Permalink
Fix bech32Hrp yaml tag
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Apr 17, 2024
1 parent 0ed3103 commit b70d02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genesis-snapshot/presets/presets_yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type BasicOutputYaml struct {

type ConfigYaml struct {
NetworkName string `yaml:"networkName"`
Bech32HRP string `yaml:"bech32HRP"`
Bech32HRP string `yaml:"bech32Hrp"`

FilePath string `yaml:"filepath"`

Expand Down

0 comments on commit b70d02a

Please sign in to comment.