Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop committed Nov 16, 2021
1 parent 8e93a34 commit f77b363
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/client.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ upstream: "http://[::1]:50055"
poll_interval: 10000
srs_monomial_form: "${TARGET_CIRCUIT_DIR}/mon.key"
circuit:
name: "block_2"
name: "block_${N_TXS}"
bin: "${TARGET_CIRCUIT_DIR}/circuit.fast"
r1cs: "${TARGET_CIRCUIT_DIR}/circuit.r1cs"
2 changes: 1 addition & 1 deletion config/client_with_lag.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ upstream: "http://[::1]:50055"
poll_interval: 10000
srs_monomial_form: "${TARGET_CIRCUIT_DIR}/mon.key"
circuit:
name: "block_2"
name: "block_${N_TXS}"
bin: "${TARGET_CIRCUIT_DIR}/circuit.fast"
r1cs: "${TARGET_CIRCUIT_DIR}/circuit.r1cs"
srs_lagrange_form: "${TARGET_CIRCUIT_DIR}/lag.key"
2 changes: 1 addition & 1 deletion config/coordinator.yaml.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
port: 50055
db: postgres://rollup:[email protected]:5433/rollup
circuits:
block:
block_2:
vk: "vk.bin"
2 changes: 1 addition & 1 deletion config/coordinator.yaml.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
port: ${PORT}
db: ${DB}
circuits:
block:
block_${N_TXS}":
vk: "${TARGET_CIRCUIT_DIR}/vk.bin"

0 comments on commit f77b363

Please sign in to comment.