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