diff --git a/ansible/roles/config/templates/genesis.json.j2 b/ansible/roles/config/templates/genesis.json.j2 index 4bf3b44c5..6ca0f876d 100644 --- a/ansible/roles/config/templates/genesis.json.j2 +++ b/ansible/roles/config/templates/genesis.json.j2 @@ -19,7 +19,11 @@ {% endif %} ], "app_hash":"", +{% if service == 'basecoind' %} + "app_state": { +{% else %} "app_options": { +{% endif %} {% if app_options_file is defined %} {% include app_options_file %} {% endif %}