diff --git a/blockmanager.go b/blockmanager.go index 9fc80f00..fea9ecff 100644 --- a/blockmanager.go +++ b/blockmanager.go @@ -327,7 +327,7 @@ out: for !b.shutdown { select { case notification := <-b.chainNotify: - b.handleNotifyMsg(notification) + go b.handleNotifyMsg(notification) case <-b.quit: break out