fixed nym-api config template
This commit is contained in:
@@ -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 }}'
|
||||
|
||||
Reference in New Issue
Block a user