Page MenuHomePhabricator

zmqabstractnotifier.cpp
No OneTemporary

zmqabstractnotifier.cpp

// Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <zmq/zmqabstractnotifier.h>
const int CZMQAbstractNotifier::DEFAULT_ZMQ_SNDHWM;
CZMQAbstractNotifier::~CZMQAbstractNotifier() {
assert(!psocket);
}
bool CZMQAbstractNotifier::NotifyBlock(const CBlockIndex * /*CBlockIndex*/) {
return true;
}
bool CZMQAbstractNotifier::NotifyTransaction(
const CTransaction & /*transaction*/) {
return true;
}

File Metadata

Mime Type
text/x-c
Expires
Sun, Mar 2, 11:20 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187578
Default Alt Text
zmqabstractnotifier.cpp (561 B)

Event Timeline