mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-02 20:36:25 +00:00
basecoind genesis fix
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user