aboutsummaryrefslogtreecommitdiff
path: root/src/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.h')
-rw-r--r--src/db.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/db.h b/src/db.h
index 92241f6cf2..b3f269f3da 100644
--- a/src/db.h
+++ b/src/db.h
@@ -318,14 +318,10 @@ class CAddrDB
{
private:
boost::filesystem::path pathAddr;
- static unsigned char pchMessageStart[4];
-
public:
CAddrDB();
bool Write(const CAddrMan& addr);
bool Read(CAddrMan& addr);
-
- static void SetMessageStart(unsigned char _pchMessageStart[]) { memcpy(CAddrDB::pchMessageStart, _pchMessageStart, sizeof(CAddrDB::pchMessageStart)); }
};
#endif // BITCOIN_DB_H