diff --git a/chain/neutrino.go b/chain/neutrino.go index 6d35fb4..f0252d6 100644 --- a/chain/neutrino.go +++ b/chain/neutrino.go @@ -264,7 +264,7 @@ func (s *SPVChain) onFilteredBlockConnected(height int32, s.finished = true s.clientMtx.Unlock() select { - case s.enqueueNotification <- RescanFinished{ + case s.enqueueNotification <- &RescanFinished{ Hash: &bs.Hash, Height: bs.Height, Time: header.Timestamp,