This commit is contained in:
TColl 2018-08-15 21:09:34 +00:00 committed by GitHub
commit 760db10a58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ func (s *Service) loop() {
HandleLoop:
for {
select {
// Notify of chain head events, but drop if too frequent
// Notify of chain head events
case head := <-chainHeadCh:
select {
case headCh <- head.Block: