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

@ -5,7 +5,7 @@ logging="{{besu_log_level}}"
{% if besu_network.lower() != "custom" %}
network="{{besu_network}}"
{% else %}
genesis-file="{{ besu_genisis_path }}
genesis-file="{{ besu_genesis_path }}"
{% endif %}
sync-mode="{{besu_sync_mode}}"
host-whitelist=[{{besu_host_whitelist|map('to_json')|join(',')}}]

Loading…
Cancel
Save