From e1a3653c251135c371b488dd04f995c8621abf86 Mon Sep 17 00:00:00 2001 From: Edward Evans Date: Mon, 11 May 2020 16:19:20 +1000 Subject: [PATCH] Handle the list of `besu_bootnodes` the same way we handle other lists Signed-off-by: Edward Evans --- templates/config.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.toml.j2 b/templates/config.toml.j2 index 1b9c1c6..e39e144 100644 --- a/templates/config.toml.j2 +++ b/templates/config.toml.j2 @@ -92,7 +92,7 @@ permissions-nodes-contract-address="{{ besu_permissions_nodes_contract_address } {% if besu_bootnodes|length > 0 %} # bootnodes -bootnodes={{besu_bootnodes}} +bootnodes=[{{besu_bootnodes|map('to_json')|join(',')}}] {% endif %} {% if orion_version is defined %}