We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a181eee commit f67e303Copy full SHA for f67e303
eth/filters/api.go
@@ -30,7 +30,6 @@ import (
30
"github.com/ethereum/go-ethereum/common/gopool"
31
"github.com/ethereum/go-ethereum/common/hexutil"
32
"github.com/ethereum/go-ethereum/core/types"
33
- "github.com/ethereum/go-ethereum/event"
34
"github.com/ethereum/go-ethereum/rpc"
35
)
36
@@ -49,8 +48,6 @@ type filter struct {
49
48
// information related to the Ethereum protocol such als blocks, transactions and logs.
50
type PublicFilterAPI struct {
51
backend Backend
52
- mux *event.TypeMux
53
- quit chan struct{}
54
events *EventSystem
55
filtersMu sync.Mutex
56
filters map[rpc.ID]*filter
0 commit comments