From a60c70e1c28697597dab4f0a34a38d6c380f1068 Mon Sep 17 00:00:00 2001 From: jolan Date: Tue, 9 May 2017 15:57:59 -0500 Subject: [PATCH] blockmanager: Fix new tickets notification. (#694) --- blockmanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.