Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
remove return_revert comment (#1587)
Browse files Browse the repository at this point in the history
### Description

I removed the TODO comment on return_revert.
As @ChihChengLiang mentioned in the issue, that has already been solved
on
#908
.

### Issue Link


#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
  • Loading branch information
grandchildrice authored Sep 7, 2023
1 parent 1d482c0 commit 998c356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bus-mapping/src/evm/opcodes/return_revert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use eth_types::{evm_types::INVALID_INIT_CODE_FIRST_BYTE, Bytecode, GethExecStep,
#[derive(Debug, Copy, Clone)]
pub(crate) struct ReturnRevert;

// TODO: rename to indicate this handles REVERT (and maybe STOP)?
impl Opcode for ReturnRevert {
fn gen_associated_ops(
state: &mut CircuitInputStateRef,
Expand Down

0 comments on commit 998c356

Please sign in to comment.