We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b263d5e commit 3a64cdaCopy full SHA for 3a64cda
zkevm-circuits/src/witness/block.rs
@@ -283,16 +283,6 @@ impl Block {
283
log::debug!("start num: {}", self.rws.rw_num(RwTableTag::Start));
284
}
285
286
- // /// TODO: migrate copy circuit and delete this!!!!!
287
- // pub fn bytecode_map(&self) -> Option<BTreeMap<Word, bool>> {
288
- // Some(
289
- // self.bytecodes
290
- // .values()
291
- // .map(|b| (b.hash, b.in_first_table))
292
- // .collect(),
293
- // )
294
- // }
295
-
296
// This helper returns bytecodes's whether `code_hash` is belong to first bytecode circuit.
297
// always return true when feature 'dual_bytecode' is disabled.
298
pub(crate) fn is_first_sub_bytecode_circuit(&self, code_hash: &U256) -> bool {
0 commit comments