Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115543
zmqabstractnotifier.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
561 B
Subscribers
None
zmqabstractnotifier.cpp
View Options
// 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
Details
Attached
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)
Attached To
rABC Bitcoin ABC
Event Timeline
Log In to Comment