diff --git a/chain/neutrino.go b/chain/neutrino.go index 80831a0..567e6c2 100644 --- a/chain/neutrino.go +++ b/chain/neutrino.go @@ -232,7 +232,6 @@ func (s *NeutrinoClient) NotifyReceived(addrs []btcutil.Address) error { // If we have a rescan running, we just need to add the appropriate // addresses to the watch list. if s.scanning { - s.clientMtx.Unlock() return s.rescan.Update(neutrino.AddAddrs(addrs...)) }