Skip to content

Commit be1e5ec

Browse files
fix bug: set should_finalize to true for edwards chips
1 parent 11d10fc commit be1e5ec

File tree

1 file changed

+1
-1
lines changed
  • extensions/ecc/circuit/src/edwards_chip

1 file changed

+1
-1
lines changed

extensions/ecc/circuit/src/edwards_chip/add.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ pub fn get_te_add_chip<F, const BLOCKS: usize, const BLOCK_SIZE: usize>(
165165
local_opcode_idx,
166166
vec![],
167167
range_checker,
168-
false,
168+
true,
169169
),
170170
mem_helper,
171171
)

0 commit comments

Comments
 (0)