Skip to content

Commit

Permalink
test: Rename TxCircuit type params for create_proof (scroll-tech#781) (
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad authored Sep 24, 2022
1 parent 41d2a10 commit 77c5b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit-benchmarks/src/tx_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ mod tests {
Challenge255<G1Affine>,
ChaCha20Rng,
Blake2bWrite<Vec<u8>, G1Affine, Challenge255<G1Affine>>,
TxCircuit<Fr, 2, 1024>,
TxCircuit<Fr, MAX_TXS, MAX_CALLDATA>,
>(
&general_params,
&pk,
Expand Down

0 comments on commit 77c5b62

Please sign in to comment.