mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-10-13 16:49:18 +00:00
Fix default validator address in app.toml (#169)
Copy&paste error. Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
f0ae4c96ba
commit
8a2a05f2fb
@ -24,8 +24,7 @@ rpc-password = "{{ .PlmntConfig.RPCPassword }}"
|
||||
mint-address = "{{ .PlmntConfig.MintAddress }}"
|
||||
issuance-service-dir = "{{ .PlmntConfig.IssuanceServiceDir }}"
|
||||
reissuance-asset = "{{ .PlmntConfig.ReissuanceAsset }}"
|
||||
validator-address = "{{ .PlmntConfig.ReissuanceAsset }}"
|
||||
|
||||
validator-address = "{{ .PlmntConfig.ValidatorAddress }}"
|
||||
`
|
||||
|
||||
// Config defines Planetmint's top level configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user