Missing quotes in mixnet_contract_address config field (#558)

This commit is contained in:
Jędrzej Stuczyński
2021-04-06 14:46:37 +01:00
committed by GitHub
parent 800af218a5
commit eff40dd907
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ id = '{{ client.id }}'
validator_rest_url = '{{ client.validator_rest_url }}'
# Address of the validator contract managing the network.
mixnet_contract_address = '{{ client.mixnet_contract_address }}
mixnet_contract_address = '{{ client.mixnet_contract_address }}'
# Special mode of the system such that all messages are sent as soon as they are received
# and no cover traffic is generated. If set all message delays are set to 0 and overwriting
+1 -1
View File
@@ -34,7 +34,7 @@ id = '{{ client.id }}'
validator_rest_url = '{{ client.validator_rest_url }}'
# Address of the validator contract managing the network.
mixnet_contract_address = '{{ client.mixnet_contract_address }}
mixnet_contract_address = '{{ client.mixnet_contract_address }}'
# Special mode of the system such that all messages are sent as soon as they are received
# and no cover traffic is generated. If set all message delays are set to 0 and overwriting