Missing quotes in mixnet_contract_address config field (#558)
This commit is contained in:
committed by
GitHub
parent
800af218a5
commit
eff40dd907
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user