Skip to content

Commit

Permalink
Remove Send super trait from VMTracer
Browse files Browse the repository at this point in the history
  • Loading branch information
andreisilviudragnea committed Aug 14, 2023
1 parent edd3bf4 commit 42098a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm_loader/program/src/evm/tracing/event_listener/trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl VMTracer for ExecutiveVMTracer {
}

// ethcore/src/trace/mod.rs
pub trait VMTracer: Send {
pub trait VMTracer {
/// Data returned when draining the `VMTracer`.
type Output;

Expand Down

0 comments on commit 42098a4

Please sign in to comment.