Skip to content

Commit f67e303

Browse files
hero5512unclezoro
authored andcommitted
eth/filters: remove unused struct fields (#24782)
1 parent a181eee commit f67e303

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eth/filters/api.go

-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import (
3030
"github.com/ethereum/go-ethereum/common/gopool"
3131
"github.com/ethereum/go-ethereum/common/hexutil"
3232
"github.com/ethereum/go-ethereum/core/types"
33-
"github.com/ethereum/go-ethereum/event"
3433
"github.com/ethereum/go-ethereum/rpc"
3534
)
3635

@@ -49,8 +48,6 @@ type filter struct {
4948
// information related to the Ethereum protocol such als blocks, transactions and logs.
5049
type PublicFilterAPI struct {
5150
backend Backend
52-
mux *event.TypeMux
53-
quit chan struct{}
5451
events *EventSystem
5552
filtersMu sync.Mutex
5653
filters map[rpc.ID]*filter

0 commit comments

Comments
 (0)