mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-01 03:46:22 +00:00
Debugging genesis gathering
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"chain_id":"{{testnet_name}}",
|
||||
"validators":
|
||||
[
|
||||
{% if validators == true %}
|
||||
{% if (validators == true or validators == 'true') %}
|
||||
{% set comma = joiner(",") %}
|
||||
{% for host in (groups[testnet_name]|default([]))+(groups['tag_Environment_'~testnet_name]|default([])) %}
|
||||
{{ comma() }}
|
||||
|
||||
Reference in New Issue
Block a user