Skip to content

Commit

Permalink
eth/filters: SA4010: this result of append is never used, except mayb…
Browse files Browse the repository at this point in the history
…e in other appends (staticcheck)

This line was lost in 3a25b7a

Date: 2024-08-19 09:08:00-06:00
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Aug 19, 2024
1 parent 2267047 commit 9661f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/filters/filter_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ func (es *EventSystem) eventLoop() {
logs = append(logs, receipt.Logs...)
}
}
es.handlePendingLogs(index, logs)

case ev := <-es.chainSideCh:
es.handleChainSideEvent(index, ev)
Expand Down

0 comments on commit 9661f0d

Please sign in to comment.