diff --git a/blockmanager.go b/blockmanager.go index cc85418a82..54f46caca1 100644 --- a/blockmanager.go +++ b/blockmanager.go @@ -2221,7 +2221,7 @@ func (b *blockManager) handleNotifyMsg(notification *blockchain.Notification) { } if r := b.server.rpcServer; r != nil { - r.ntfnMgr.NotifySpentAndMissedTickets(tnd) + r.ntfnMgr.NotifyNewTickets(tnd) } // A block has been disconnected from the main block chain.