25ffc84f80
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.
6 lines
70 B
C++
6 lines
70 B
C++
#include "P2PNetInterface.h"
|
|
|
|
P2PNetInterface::~P2PNetInterface()
|
|
{
|
|
}
|