Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Update zkevm-circuits/src/taiko_pi_circuit.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brecht Devos <Brechtp.Devos@gmail.com>
  • Loading branch information
ggkitsas and Brechtpd authored Sep 4, 2023
1 parent e1db9f1 commit 8071bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/taiko_pi_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ impl<F: Field> SubCircuitConfig<F> for TaikoPiCircuitConfig<F> {
);
});

// Check RLP encoding
// Check the RLP encoding when on the next row the field value begins
cb.condition(
and::expr([not::expr(q_field.clone()), q_field_next.expr()]),
|cb| {
Expand Down

0 comments on commit 8071bbf

Please sign in to comment.