From 2bdaa111f91b72ebbf2b670efba079c5340534d0 Mon Sep 17 00:00:00 2001 From: Edward Evans Date: Fri, 15 May 2020 15:57:57 +1000 Subject: [PATCH] Config file uses `-` not `_` for word separation, unlike the cli where I got this from in the first place 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 03552da..def33c5 100644 --- a/templates/config.toml.j2 +++ b/templates/config.toml.j2 @@ -61,7 +61,7 @@ p2p-host="{{besu_host_ip}}" {% endif %} p2p-port={{besu_p2p_port}} {% if besu_max_peers is defined %} -max_peers={{besu_max_peers}} +max-peers={{besu_max_peers}} {% endif %} # metrics