Skip to content

Commit 7701506

Browse files
committed
eth/filters: remove unused struct fields (ethereum#24782)
1 parent 7862ab8 commit 7701506

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eth/filters/api.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import (
3030
"github.com/XinFinOrg/XDPoSChain/common/hexutil"
3131
"github.com/XinFinOrg/XDPoSChain/core/types"
3232
"github.com/XinFinOrg/XDPoSChain/ethdb"
33-
"github.com/XinFinOrg/XDPoSChain/event"
3433
"github.com/XinFinOrg/XDPoSChain/rpc"
3534
)
3635

@@ -56,8 +55,6 @@ type filter struct {
5655
// information related to the Ethereum protocol such als blocks, transactions and logs.
5756
type PublicFilterAPI struct {
5857
backend Backend
59-
mux *event.TypeMux
60-
quit chan struct{}
6158
chainDb ethdb.Database
6259
events *EventSystem
6360
filtersMu sync.Mutex

0 commit comments

Comments
 (0)