Changeset View
Changeset View
Standalone View
Standalone View
src/seeder/bitcoin.h
| #ifndef _BITCOIN_H_ | #ifndef BITCOIN_SEEDER_BITCOIN_H | ||||
| #define _BITCOIN_H_ 1 | #define BITCOIN_SEEDER_BITCOIN_H | ||||
| #include "protocol.h" | #include "protocol.h" | ||||
| bool TestNode(const CService &cip, int &ban, int &client, std::string &clientSV, | bool TestNode(const CService &cip, int &ban, int &client, std::string &clientSV, | ||||
| int &blocks, std::vector<CAddress> *vAddr); | int &blocks, std::vector<CAddress> *vAddr); | ||||
| #endif | #endif | ||||