Skip to content

Commit

Permalink
Actually initialize the stop channel
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandshoemaker committed Jul 23, 2018
1 parent 9e24b9b commit 36df2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitor/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ func New(opts MonitorOptions, logger *log.Logger, clk clock.Clock) (*Monitor, er
signatureChecker: sv,
logID: big.NewInt(0).SetBytes(keyHash[:]).Int64(),
batchSize: opts.InclusionOpts.FetchBatchSize,
stopChan: make(chan bool, 1),
}
}

Expand Down

0 comments on commit 36df2c0

Please sign in to comment.