Skip to content

Commit 39e9ec7

Browse files
committed
update comment
1 parent 3a64cda commit 39e9ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zkevm-circuits/src/witness/bytecode.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ impl Bytecode {
130130
(byte, is_code, push_rlc)
131131
}
132132

133-
/// a;sldkfja;welkfjas;ldkfjasdf
133+
/// Number of rows a BytecodeCircuit uses to include this. The +1 is for the header row.
134134
pub fn rows_required(&self) -> usize {
135135
self.bytes.len() + 1
136136
}

0 commit comments

Comments
 (0)