good morning!!!!

Skip to content
Snippets Groups Projects
Commit 277a8c97 authored by Wenbiao Zheng's avatar Wenbiao Zheng Committed by Felix Lange
Browse files

eth/fetcher: blockFilter is not used anymore (#17971)

parent dddd6ef0
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,6 @@ type Fetcher struct {
notify chan *announce
inject chan *inject
blockFilter chan chan []*types.Block
headerFilter chan chan *headerFilterTask
bodyFilter chan chan *bodyFilterTask
......@@ -150,7 +149,6 @@ func New(getBlock blockRetrievalFn, verifyHeader headerVerifierFn, broadcastBloc
return &Fetcher{
notify: make(chan *announce),
inject: make(chan *inject),
blockFilter: make(chan chan []*types.Block),
headerFilter: make(chan chan *headerFilterTask),
bodyFilter: make(chan chan *bodyFilterTask),
done: make(chan common.Hash),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment