Handle the list of `besu_bootnodes` the same way we handle other lists

Signed-off-by: Edward Evans <edward.evans@consensys.net>
pull/16/head
Edward Evans 5 years ago
parent 4c9ec434cc
commit e1a3653c25
No known key found for this signature in database
GPG Key ID: D043D2B173BC2484
  1. 2
      templates/config.toml.j2

@ -92,7 +92,7 @@ permissions-nodes-contract-address="{{ besu_permissions_nodes_contract_address }
{% if besu_bootnodes|length > 0 %} {% if besu_bootnodes|length > 0 %}
# bootnodes # bootnodes
bootnodes={{besu_bootnodes}} bootnodes=[{{besu_bootnodes|map('to_json')|join(',')}}]
{% endif %} {% endif %}
{% if orion_version is defined %} {% if orion_version is defined %}

Loading…
Cancel
Save