Skip to content

Commit

Permalink
Disable NBC and decoding in trace streams.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-smith committed Mar 12, 2024
1 parent b3e34da commit 193e27c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eth/filters/trace_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ import (
)

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

var defaultBlockTraceOpts = blocknative.TracerOpts{
BalanceChanges: true,
DisableBlockContext: true,
Logs: true,
}
Expand Down

0 comments on commit 193e27c

Please sign in to comment.