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

Commit f977a8c

Browse files
committed
Constraint depth consistency in longlist decoding
1 parent 8842451 commit f977a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zkevm-circuits/src/rlp_circuit_fsm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ impl<F: Field> RlpCircuitConfig<F> {
13951395
update_state!(meta, cb, tag_value_acc, byte_value_next_expr(meta));
13961396
update_state!(meta, cb, state, State::LongList);
13971397

1398-
constrain_unchanged_fields!(meta, cb; rlp_table.tx_id, rlp_table.format, tag, tag_next);
1398+
constrain_unchanged_fields!(meta, cb; rlp_table.tx_id, rlp_table.format, tag, tag_next, depth);
13991399
});
14001400

14011401
cb.gate(and::expr([

0 commit comments

Comments
 (0)