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

Commit f5b630e

Browse files
committed
fix sig circuit
1 parent de96b65 commit f5b630e

File tree

1 file changed

+1
-1
lines changed
  • zkevm-circuits/src/sig_circuit

1 file changed

+1
-1
lines changed

zkevm-circuits/src/sig_circuit/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ fn test_edge_cases() {
135135
log::debug!("signatures=");
136136
log::debug!("{:#?}", signatures);
137137

138-
run::<Fr>(LOG_TOTAL_NUM_ROWS as u32, 8, signatures);
138+
run::<Fr>(LOG_TOTAL_NUM_ROWS as u32, 9, signatures);
139139
}
140140

141141
#[test]

0 commit comments

Comments
 (0)