diff --git a/sockets.go b/sockets.go index 2f38117..9cdc366 100644 --- a/sockets.go +++ b/sockets.go @@ -378,6 +378,7 @@ func ProcessBtcdNotificationReply(b []byte) { delete(replyRouter.m, routeID) } else { // Can't route to a frontend, drop reply. + replyRouter.Unlock() log.Info("Unable to route btcd reply to frontend. Dropping.") return }