Merge pull request #4402 from nymtech/bugfix/post-ephemera-nym-api

fixed nym-api config template
This commit is contained in:
Jędrzej Stuczyński
2024-02-13 17:41:38 +00:00
committed by GitHub
-8
View File
@@ -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 }}'
"#;