changed proto version to 70038

This commit is contained in:
Evan Duffield 2014-09-30 10:52:54 -07:00
parent e81a47abf5
commit 6f8352c3a4

View File

@ -233,7 +233,7 @@ public:
class CDarkSendPool
{
public:
static const int MIN_PEER_PROTO_VERSION = 70039;
static const int MIN_PEER_PROTO_VERSION = 70038;
// clients entries
std::vector<CDarkSendEntry> myEntries;