From 71e133553ed307eccfdc1cca5630f51fabe19360 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Fri, 2 Mar 2018 21:22:28 -0500 Subject: [PATCH] basecoind genesis fix --- ansible/roles/config/templates/genesis.json.j2 | 4 ++++ 1 file changed, 4 insertions(+) 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 %}