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

Commit d0a7cb3

Browse files
authored
Correct RlpDecodingTable id column phase (#1098)
1 parent e31fe3f commit d0a7cb3

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
@@ -215,7 +215,7 @@ impl RlpDecodingTable {
215215
/// Construct the decoding table.
216216
pub fn construct<F: Field>(meta: &mut ConstraintSystem<F>) -> Self {
217217
Self {
218-
id: meta.advice_column(),
218+
id: meta.advice_column_in(SecondPhase),
219219
tx_id: meta.advice_column(),
220220
format: meta.advice_column(),
221221
depth: meta.advice_column(),

0 commit comments

Comments
 (0)