Skip to content

Commit 998c356

Browse files
remove return_revert comment (privacy-scaling-explorations#1587)
### Description I removed the TODO comment on return_revert. As @ChihChengLiang mentioned in the issue, that has already been solved on privacy-scaling-explorations#908 . ### Issue Link privacy-scaling-explorations#1194 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ### Contents - remove the comment
1 parent 1d482c0 commit 998c356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bus-mapping/src/evm/opcodes/return_revert.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use eth_types::{evm_types::INVALID_INIT_CODE_FIRST_BYTE, Bytecode, GethExecStep,
1111
#[derive(Debug, Copy, Clone)]
1212
pub(crate) struct ReturnRevert;
1313

14-
// TODO: rename to indicate this handles REVERT (and maybe STOP)?
1514
impl Opcode for ReturnRevert {
1615
fn gen_associated_ops(
1716
state: &mut CircuitInputStateRef,

0 commit comments

Comments
 (0)