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 }}'