Skip to content

Commit

Permalink
Corrected a faulty variable
Browse files Browse the repository at this point in the history
Signed-off-by: Hwangjae Lee <[email protected]>
  • Loading branch information
meetrick committed Mar 12, 2024
1 parent 346aae6 commit bd3fd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ func (iw *ProviderConfigYAMLWrapper) UnmarshalYAML(n *yaml.Node) error {
case "penumbra":
iw.Value = new(penumbra.PenumbraProviderConfig)
case "namada":
iw.Value = new(penumbra.NamadaProviderConfig)
iw.Value = new(namada.NamadaProviderConfig)
default:
return fmt.Errorf("%s is an invalid chain type, check your config file", iw.Type)
}
Expand Down

0 comments on commit bd3fd25

Please sign in to comment.