mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
fix lint
This commit is contained in:
parent
a022d1a152
commit
c8e6645ae5
1 changed files with 0 additions and 5 deletions
|
|
@ -67,9 +67,6 @@ const (
|
||||||
// chainHeadChanSize is the size of channel listening to ChainHeadEvent.
|
// chainHeadChanSize is the size of channel listening to ChainHeadEvent.
|
||||||
chainHeadChanSize = 10
|
chainHeadChanSize = 10
|
||||||
|
|
||||||
// chainSideChanSize is the size of channel listening to ChainSideEvent.
|
|
||||||
chainSideChanSize = 10
|
|
||||||
|
|
||||||
// resubmitAdjustChanSize is the size of resubmitting interval adjustment channel.
|
// resubmitAdjustChanSize is the size of resubmitting interval adjustment channel.
|
||||||
resubmitAdjustChanSize = 10
|
resubmitAdjustChanSize = 10
|
||||||
|
|
||||||
|
|
@ -210,8 +207,6 @@ type worker struct {
|
||||||
txsSub event.Subscription
|
txsSub event.Subscription
|
||||||
chainHeadCh chan core.ChainHeadEvent
|
chainHeadCh chan core.ChainHeadEvent
|
||||||
chainHeadSub event.Subscription
|
chainHeadSub event.Subscription
|
||||||
chainSideCh chan core.ChainSideEvent
|
|
||||||
chainSideSub event.Subscription
|
|
||||||
|
|
||||||
// Channels
|
// Channels
|
||||||
newWorkCh chan *newWorkReq
|
newWorkCh chan *newWorkReq
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue