From eff40dd90744f11ae5f287668e9c715ce100ae38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Tue, 6 Apr 2021 14:46:37 +0100 Subject: [PATCH] Missing quotes in mixnet_contract_address config field (#558) --- clients/native/src/client/config/template.rs | 2 +- clients/socks5/src/client/config/template.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/native/src/client/config/template.rs b/clients/native/src/client/config/template.rs index b2d8cd1d0c..91b1d98b98 100644 --- a/clients/native/src/client/config/template.rs +++ b/clients/native/src/client/config/template.rs @@ -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 diff --git a/clients/socks5/src/client/config/template.rs b/clients/socks5/src/client/config/template.rs index ca55d1c9dc..7bc6f12aab 100644 --- a/clients/socks5/src/client/config/template.rs +++ b/clients/socks5/src/client/config/template.rs @@ -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