Updated merged changes in config to be consistent with previous updates

This commit is contained in:
jstuczyn
2020-03-16 13:12:15 +00:00
parent 2eb237cc0e
commit f5e3e10707
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ id = '{{ mixnode.id }}'
# Currently it's used entirely for debug purposes, as there are no mechanisms implemented
# to verify correctness of the information provided. However, feel free to fill in
# this field with as much accuracy as you wish to share.
location = "{{ mixnode.location }}"
location = '{{ mixnode.location }}'
# Layer of this particular mixnode determining its position in the network.
layer = {{ mixnode.layer }}
+1 -1
View File
@@ -17,7 +17,7 @@ id = '{{ provider.id }}'
# Currently it's used entirely for debug purposes, as there are no mechanisms implemented
# to verify correctness of the information provided. However, feel free to fill in
# this field with as much accuracy as you wish to share.
location = "{{ provider.location }}"
location = '{{ provider.location }}'
# Path to file containing private sphinx key.
private_sphinx_key_file = '{{ provider.private_sphinx_key_file }}'
+1 -1
View File
@@ -17,7 +17,7 @@ id = '{{ validator.id }}'
# Currently it's used entirely for debug purposes, as there are no mechanisms implemented
# to verify correctness of the information provided. However, feel free to fill in
# this field with as much accuracy as you wish to share.
location = "{{ validator.location }}"
location = '{{ validator.location }}'
##### advanced configuration options #####