add checked block zmq nofitication type to publish verified blocks

This commit is contained in:
Jane Mercer
2019-04-17 06:54:21 -07:00
parent a9dfb37b0a
commit 222c0b226a
6 changed files with 50 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ bool CZMQAbstractNotifier::NotifyBlock(const CBlockIndex * /*CBlockIndex*/)
return true;
}
bool CZMQAbstractNotifier::NotifyBlock(const CBlock &)
{
return true;
}
bool CZMQAbstractNotifier::NotifyTransaction(const CTransaction &/*transaction*/)
{
return true;