mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 06:01:21 +00:00
Fixed genesis json data type - reported by melekes
This commit is contained in:
parent
db4bba72a2
commit
d268b1558e
@ -10,7 +10,7 @@
|
|||||||
{
|
{
|
||||||
"pub_key": {
|
"pub_key": {
|
||||||
"data": "{{hostvars[host]["pubkey"]["data"]}}",
|
"data": "{{hostvars[host]["pubkey"]["data"]}}",
|
||||||
"type": "ed25519"
|
"type": "{{hostvars[host]["pubkey"]["type"]}}"
|
||||||
},
|
},
|
||||||
"amount":10,
|
"amount":10,
|
||||||
"name":"{{hostvars[host]["ansible_hostname"]}}"
|
"name":"{{hostvars[host]["ansible_hostname"]}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user