Skip to content

Commit

Permalink
remove zkp config (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
faberto authored Sep 12, 2024
1 parent 916c432 commit 72ea7cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions backend/templates/base/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,17 @@ data:
# ZK Proof specific configuration
#
##############################################################################
[zkp]
# [zk-prover]
# Specify the proof generation capabilities.
# Defines if the proof generation is active
# Default: false
prover_active = false
# prover_active = false
# Defines the path for the proving keys folders
# Default: ".zkp"
prover_keys_path = "/home/nimiq/.zkp" #defaults to .zkp folder
# prover_keys_path = "/home/nimiq/.zkp" #defaults to .zkp folder
##############################################################################
#
Expand Down Expand Up @@ -268,7 +268,7 @@ data:
fee_key = "nqwarm"
voting_key = "nqhot"
automatic_reactivate = true
liveness.sh: |
#!/bin/bash
# create file if not exists
Expand Down
4 changes: 2 additions & 2 deletions k8s/node-history-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ data:
# ZK Proof specific configuration
#
##############################################################################
[zkp]
# [zkp]
# Specify the proof generation capabilities.
# Defines if the proof generation is active
# Default: false
prover_active = false
# prover_active = false
# Defines the path for the proving keys folders
# Default: ".zkp"
Expand Down

0 comments on commit 72ea7cf

Please sign in to comment.