Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
blockmanager: Fix new tickets notification. (decred#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolan authored May 9, 2017
1 parent bbef8b8 commit a60c70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a60c70e

Please sign in to comment.