Skip to content

Commit

Permalink
fix: fixed config param name (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno authored Jun 25, 2024
1 parent 9645d34 commit 448295e
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 448295e

Please sign in to comment.