Browse Source

tendermint 0.11.0 compatibility

pull/1943/head
Greg Szabo 7 years ago
parent
commit
85e562004c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ansible/roles/config/templates/genesis-server.json.j2

+ 1
- 1
ansible/roles/config/templates/genesis-server.json.j2 View File

@ -12,7 +12,7 @@
"data": "{{hostvars[host]["pubkey"]["data"]}}", "data": "{{hostvars[host]["pubkey"]["data"]}}",
"type": "{{hostvars[host]["pubkey"]["type"]}}" "type": "{{hostvars[host]["pubkey"]["type"]}}"
}, },
"amount":10,
"power":10,
"name":"{{hostvars[host]["inventory_hostname"]}}" "name":"{{hostvars[host]["inventory_hostname"]}}"
} }
{% endfor %} {% endfor %}


Loading…
Cancel
Save