basecoind genesis fix

This commit is contained in:
Greg Szabo
2018-03-02 21:22:28 -05:00
parent 82106913f1
commit 71e133553e

View File

@@ -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 %}