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

@@ -52,4 +52,10 @@ public:
bool NotifyTransaction(const CTransaction &transaction);
};
class CZMQPublishCheckedBlockNotifier : public CZMQAbstractPublishNotifier
{
public:
bool NotifyBlock(const CBlock &block);
};
#endif // BITCOIN_ZMQ_ZMQPUBLISHNOTIFIER_H