From 4c8ae077a224f7f5d514dcd4bf1f4d440eddef90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Tue, 6 Feb 2024 15:11:57 +0000 Subject: [PATCH] fixed nym-api config template --- nym-api/src/support/config/template.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nym-api/src/support/config/template.rs b/nym-api/src/support/config/template.rs index a859d94ad1..927fe065c2 100644 --- a/nym-api/src/support/config/template.rs +++ b/nym-api/src/support/config/template.rs @@ -118,11 +118,8 @@ announce_address = '{{ coconut_signer.announce_address }}' # Path to a JSON file where state is persisted between different stages of DKG. dkg_persistent_state_path = '{{ coconut_signer.storage_paths.dkg_persistent_state_path }}' -# Path to the coconut verification key -verification_key_path = '{{ coconut_signer.storage_paths.verification_key_path }}' - -# Path to the coconut verification key -secret_key_path = '{{ coconut_signer.storage_paths.secret_key_path }}' +# Path to the coconut key. +coconut_key_path = '{{ coconut_signer.storage_paths.coconut_key_path }}' # Path to the dkg dealer decryption key decryption_key_path = '{{ coconut_signer.storage_paths.decryption_key_path }}'