Skip to content

Commit

Permalink
tweak: Add logs to staging trace stream.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-smith committed Oct 16, 2023
1 parent 0309b12 commit 2f57577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/filters/trace_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (

var defaultTxTraceOpts = blocknative.TracerOpts{
BalanceChanges: true,
Logs: true,
}

var defaultBlockTraceOpts = blocknative.TracerOpts{
Expand Down

0 comments on commit 2f57577

Please sign in to comment.