8 lines
219 B
C++
8 lines
219 B
C++
#ifndef _BITCOIN_H_
|
|
#define _BITCOIN_H_ 1
|
|
|
|
#include "protocol.h"
|
|
|
|
bool TestNode(const CService &cip, int &ban, int &client, std::string &clientSV, int &blocks, std::vector<CAddress>* vAddr, uint64_t& services);
|
|
|
|
#endif
|