Skip to content

Commit

Permalink
Update traces.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shamardy authored Jun 27, 2018
1 parent 3e0b0ef commit 9550cf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/src/v1/impls/traces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ fn to_call_analytics(flags: TraceOptions) -> CallAnalytics {
transaction_tracing: flags.contains(&("trace".to_owned())),
vm_tracing: flags.contains(&("vmTrace".to_owned())),
state_diffing: flags.contains(&("stateDiff".to_owned())),
hash_tracing: flags.contains(&("transactionHash".to_owned())),
}
}

Expand Down

0 comments on commit 9550cf7

Please sign in to comment.