We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0e894 commit 26481adCopy full SHA for 26481ad
crates/execution/geth-tracer/src/geth_tracer.rs
@@ -450,7 +450,7 @@ pub fn to_instruction_result(frame_result: &FrameResult) -> InstructionResult {
450
Error::Wasm(_) => InstructionResult::NotActivated,
451
Error::OutOfBounds => InstructionResult::OutOfOffset,
452
Error::Reverted => InstructionResult::Revert,
453
- Error::InvalidAddress(_) => todo!(), /* when selfdestruct refund */
+ Error::InvalidAddress(_) => InstructionResult::Revert, /* when selfdestruct refund */
454
// address is invalid will emit this error
455
Error::ConflictAddress(_) => InstructionResult::CreateCollision,
456
Error::CreateContractStartingWithEF => {
0 commit comments