new protocol version

This commit is contained in:
Evan 2014-04-07 12:49:59 -07:00
parent b9bf5b60f0
commit b091e63a58
2 changed files with 2 additions and 2 deletions

View File

@ -2415,7 +2415,7 @@ static const int64 POOL_FEE_AMOUNT = 0.1*COIN;
class CDarkSendPool
{
public:
static const int MIN_PEER_PROTO_VERSION = 70009;
static const int MIN_PEER_PROTO_VERSION = 70010;
std::vector<CDarkSendEntry> myEntries;
std::vector<CDarkSendEntry> entries;

View File

@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//
static const int PROTOCOL_VERSION = 70009;
static const int PROTOCOL_VERSION = 70010;
// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;