1 // Copyright (c) 2015 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 #include "zmqabstractnotifier.h"
9 CZMQAbstractNotifier::~CZMQAbstractNotifier()
14 bool CZMQAbstractNotifier::NotifyBlock(const CBlockIndex
* /*CBlockIndex*/)
19 bool CZMQAbstractNotifier::NotifyTransaction(const CTransaction
&/*transaction*/)