1 // Copyright (c) 2017 The Zcash developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or https://www.opensource.org/licenses/mit-license.php .
5 #include "amqpabstractnotifier.h"
9 AMQPAbstractNotifier::~AMQPAbstractNotifier()
13 bool AMQPAbstractNotifier::NotifyBlock(const CBlockIndex * /*CBlockIndex*/)
18 bool AMQPAbstractNotifier::NotifyTransaction(const CTransaction &/*transaction*/)