Skip to content

Commit

Permalink
mark feature
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamWuGit committed Aug 2, 2024
1 parent c75e748 commit 63d0475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zkevm-circuits/src/evm_circuit/util/constraint_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> {
)
}

#[cfg(feature = "dual_bytecode")]
// TODO: consider to merge bytecode_lookup and bytecode_lookup2 into one later?
pub(crate) fn bytecode_lookup2(
&mut self,
Expand All @@ -805,7 +806,7 @@ impl<'a, F: Field> EVMConstraintBuilder<'a, F> {
push_rlc: Expression<F>,
) {
self.add_lookup(
"Bytecode (byte) lookup",
"Bytecode1 (byte) lookup",
Lookup::Bytecode1 {
hash: code_hash,
tag: BytecodeFieldTag::Byte.expr(),
Expand Down

0 comments on commit 63d0475

Please sign in to comment.