From d7255374de45cd1c935ebb4295d6b757f8162f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Tue, 13 Feb 2024 17:41:07 +0000 Subject: [PATCH] fixed nym-api config template --- nym-api/src/support/config/template.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nym-api/src/support/config/template.rs b/nym-api/src/support/config/template.rs index 927fe065c2..170cc73ba3 100644 --- a/nym-api/src/support/config/template.rs +++ b/nym-api/src/support/config/template.rs @@ -127,12 +127,4 @@ decryption_key_path = '{{ coconut_signer.storage_paths.decryption_key_path }}' # Path to the dkg dealer public key with proof public_key_with_proof_path = '{{ coconut_signer.storage_paths.public_key_with_proof_path }}' -[ephemera] - -enabled = {{ ephemera.enabled }} - -[ephemera.args] - -ephemera_config = '{{ ephemera.args.ephemera_config }}' - "#;