From e9f96e030f77c852cb97351bae7168a93d255547 Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Fri, 31 Jan 2020 11:48:16 +0000 Subject: [PATCH] Extra bit of information in template indicating AuthToken is expected to be b58 --- nym-client/src/config/template.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-client/src/config/template.rs b/nym-client/src/config/template.rs index feb40aca45..4192f0954c 100644 --- a/nym-client/src/config/template.rs +++ b/nym-client/src/config/template.rs @@ -27,7 +27,7 @@ public_identity_key_file = "{{ client.public_identity_key_file }}" # ID of the provider from which the client should be fetching messages. provider_id = "{{ client.provider_id }}" -# A provider specific, optional, stringified authentication token used for +# A provider specific, optional, base58 stringified authentication token used for # communication with particular provider. provider_authtoken = "{{ client.provider_authtoken }}"