Skip to content

Commit

Permalink
trace only reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Aug 8, 2024
1 parent 98ab6e6 commit 4d67508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/testconfig/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ FeeCapDefault = '200 gwei'
# controls which transactions are decoded/traced. Possbile values are: none, all, reverted (default).
# if transaction level doesn't match, then calling Decode() does nothing. It's advised to keep it set
# to 'reverted' to limit noise.
tracing_level = "all"
tracing_level = "reverted"
# saves each decoding/tracing results to DOT files; what exactly is saved depends on what we
# were able te decode, we try to save maximum information possible. It can either be:
# just tx hash, decoded transaction or call trace. Which transactions traces are saved depends
Expand Down

0 comments on commit 4d67508

Please sign in to comment.