Skip to content

Commit

Permalink
fix: fixed config param name
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Jun 25, 2024
1 parent 9645d34 commit 1c0f16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/denom_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

type DenomInfo struct {
Denom string `toml:"denom"`
DenomExponent int64 `default:"6" toml:"denom-coefficient"`
DenomExponent int64 `default:"6" toml:"denom-exponent"`
DisplayDenom string `toml:"display-denom"`
CoingeckoCurrency string `toml:"coingecko-currency"`
}
Expand Down

0 comments on commit 1c0f16d

Please sign in to comment.