32 #include "p2p/net_node.inl" 34 #include "cryptonote_protocol/cryptonote_protocol_handler.inl" 36 namespace nodetool {
template class node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core>>; }
37 namespace cryptonote {
template class t_cryptonote_protocol_handler<cryptonote::core>; }
Holds cryptonote related classes and helpers.
This is the orginal cryptonote protocol network-events handler, modified by us.