Files
thehub/libs/p2p/P2PNetInterface.cpp
T
TomZ 25ffc84f80 Introduce new lib p2p
We reuse the NetworkManager lower level code in order to connect
to the Bitcoin P2P network.
This implements the basics for anyone wanting to be a player on
this network.
2020-04-20 21:49:03 +02:00

6 lines
70 B
C++

#include "P2PNetInterface.h"
P2PNetInterface::~P2PNetInterface()
{
}