Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
temaniarpit27 committed Oct 9, 2023
1 parent a022d1a commit c8e6645
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ const (
// chainHeadChanSize is the size of channel listening to ChainHeadEvent.
chainHeadChanSize = 10

// chainSideChanSize is the size of channel listening to ChainSideEvent.
chainSideChanSize = 10

// resubmitAdjustChanSize is the size of resubmitting interval adjustment channel.
resubmitAdjustChanSize = 10

Expand Down Expand Up @@ -210,8 +207,6 @@ type worker struct {
txsSub event.Subscription
chainHeadCh chan core.ChainHeadEvent
chainHeadSub event.Subscription
chainSideCh chan core.ChainSideEvent
chainSideSub event.Subscription

// Channels
newWorkCh chan *newWorkReq
Expand Down

0 comments on commit c8e6645

Please sign in to comment.