You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _BITCOIN_H_ |
|
#define _BITCOIN_H_ 1 |
|
|
|
#include "protocol.h" |
|
|
|
bool TestNode(const CIPPort &cip, int &ban, int &client, std::string &clientSV, std::vector<CAddress>& vAddr); |
|
|
|
#endif
|
|
|