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 7862ab8 commit 7701506Copy full SHA for 7701506
eth/filters/api.go
@@ -30,7 +30,6 @@ import (
30
"github.com/XinFinOrg/XDPoSChain/common/hexutil"
31
"github.com/XinFinOrg/XDPoSChain/core/types"
32
"github.com/XinFinOrg/XDPoSChain/ethdb"
33
- "github.com/XinFinOrg/XDPoSChain/event"
34
"github.com/XinFinOrg/XDPoSChain/rpc"
35
)
36
@@ -56,8 +55,6 @@ type filter struct {
56
55
// information related to the Ethereum protocol such als blocks, transactions and logs.
57
type PublicFilterAPI struct {
58
backend Backend
59
- mux *event.TypeMux
60
- quit chan struct{}
61
chainDb ethdb.Database
62
events *EventSystem
63
filtersMu sync.Mutex
0 commit comments