mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-27 07:48:29 +00:00
fixed config parsing issue (#194)
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
6597140505
commit
ef71f2bc5e
@ -30,7 +30,7 @@ validator-address = "{{ .PlmntConfig.ReissuanceAsset }}"
|
||||
|
||||
// Config defines Planetmint's top level configuration
|
||||
type Config struct {
|
||||
AssetRegistryEndpoint string `mapstructure:"asset-registry-endpoint " json:"asset-registry-endpoint "`
|
||||
AssetRegistryEndpoint string `mapstructure:"asset-registry-endpoint" json:"asset-registry-endpoint"`
|
||||
TokenDenom string `mapstructure:"token-denom" json:"token-denom"`
|
||||
StakeDenom string `mapstructure:"stake-denom" json:"stake-denom"`
|
||||
FeeDenom string `mapstructure:"fee-denom" json:"fee-denom"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user