This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Fixed genesis json data type - reported by melekes
pull/1943/head
Greg Szabo
8 years ago
parent
db4bba72a2
commit
d268b1558e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ansible/roles/config/templates/genesis-server.json.j2
+ 1
- 1
ansible/roles/config/templates/genesis-server.json.j2
View File
@ -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"]}}"
Write
Preview
Loading…
Cancel
Save