Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit b68e644

Browse files
committed
[fix] compiling after merge
1 parent 7eb270f commit b68e644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zkevm-circuits/src/sig_circuit.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ impl<F: Field> SigCircuit<F> {
670670
let pk_hash_rlc = rlc_chip.gate.inner_product(
671671
ctx,
672672
sign_data_decomposed.pk_hash_cells.clone(),
673-
evm_challenge_powers,
673+
evm_challenge_powers.clone(),
674674
);
675675

676676
// step 4: r,s rlc

0 commit comments

Comments
 (0)