Skip to content

Commit

Permalink
docs(inspectors): change serde to serde-json for TracerEip3155
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Apr 9, 2024
1 parent 1edfeb6 commit 4b141d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/crates/revm/inspector.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There are several built-in inspectors in this module:
- `TracerEip3155`:
This is an inspector that conforms to the [EIP-3155](https://eips.ethereum.org/EIPS/eip-3155) standard for tracing Ethereum transactions.
It's used to generate detailed trace data of transaction execution, which can be useful for debugging, analysis, or for building tools that need to understand the inner workings of Ethereum transactions.
This is only available when both `std` and `serde` features are enabled.
This is only available when both `std` and `serde-json` features are enabled.

## Inspector trait

Expand Down

0 comments on commit 4b141d5

Please sign in to comment.