From 3ff1d223ce314677e6116b91c546d3f303afcb7b Mon Sep 17 00:00:00 2001 From: Joshua Fernandes Date: Thu, 5 Aug 2021 11:58:16 +1000 Subject: [PATCH] fix typo _ -> - --- 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 707071a..2719ec2 100644 --- a/templates/config.toml.j2 +++ b/templates/config.toml.j2 @@ -108,7 +108,7 @@ bootnodes=[{{besu_bootnodes|map('to_json')|join(',')}}] {% if besu_static_nodes_file != "" %} # static-nodes -static_nodes_file="{{ besu_static_nodes_file }}" +static-nodes-file="{{ besu_static_nodes_file }}" {% endif %} {% if besu_privacy_enabled|bool == True %}