chain: fix RescanFinished notification
This commit is contained in:
parent
d6bcab4912
commit
3601b2fa14
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue