Merge pull request #7891

dfee15e RPC and ZeroMQ APIs to support p2pool (SChernykh)
This commit is contained in:
luigi1111 2021-09-23 22:10:03 -05:00
commit 298c9a357f
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
20 changed files with 404 additions and 25 deletions

View file

@ -120,6 +120,7 @@ public:
if (shared)
{
core.get().get_blockchain_storage().add_block_notify(cryptonote::listener::zmq_pub::chain_main{shared});
core.get().get_blockchain_storage().add_miner_notify(cryptonote::listener::zmq_pub::miner_data{shared});
core.get().set_txpool_listener(cryptonote::listener::zmq_pub::txpool_add{shared});
}
}