Skip to content

Commit

Permalink
tweak: Don't emit an error if we filter out all txs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-smith committed Oct 12, 2023
1 parent ad15bdc commit 650f933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth/filters/trace_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ func (api *FilterAPI) NewPendingTransactionsWithTrace(ctx context.Context, trace
}

if len(tracedTxs) == 0 {
log.Error("pending_txs_stream: no traced txs")
continue
}

Expand Down

0 comments on commit 650f933

Please sign in to comment.