mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-13 16:48:08 +00:00
Removed zmq dead code.
This commit is contained in:
parent
ebe3e26bff
commit
3784071c48
@ -202,8 +202,6 @@ bool CZMQPublishKevaNotifier::NotifyKeva(const CTransactionRef &ptx, unsigned in
|
||||
{
|
||||
uint256 hash = ptx->GetHash();
|
||||
LogPrint(BCLog::ZMQ, "zmq: Publish keva height: %d, tx: %s\n", height, ptx->GetHash().ToString().c_str());
|
||||
CDataStream ss(SER_NETWORK, PROTOCOL_VERSION | RPCSerializationFlags());
|
||||
ss << height << *ptx << nameSpace;
|
||||
|
||||
UniValue entry(UniValue::VOBJ);
|
||||
entry.pushKV("tx", hash.ToString());
|
||||
|
Loading…
Reference in New Issue
Block a user