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

@@ -33,6 +33,7 @@ public:
virtual void Shutdown() = 0;
virtual bool NotifyBlock(const CBlockIndex *pindex);
virtual bool NotifyBlock(const CBlock& pblock);
virtual bool NotifyTransaction(const CTransaction &transaction);
protected: