mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-27 21:21:20 +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": {
|
||||
"data": "{{hostvars[host]["pubkey"]["data"]}}",
|
||||
"type": "ed25519"
|
||||
"type": "{{hostvars[host]["pubkey"]["type"]}}"
|
||||
},
|
||||
"amount":10,
|
||||
"name":"{{hostvars[host]["ansible_hostname"]}}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user