protocol bump

This commit is contained in:
Evan Duffield 2015-06-24 07:41:52 -07:00
parent 71761f6317
commit cf53f2f897
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ class CConsensusVote;
class CTransaction;
class CTransactionLock;
static const int MIN_INSTANTX_PROTO_VERSION = 70080;
static const int MIN_INSTANTX_PROTO_VERSION = 70081;
extern map<uint256, CTransaction> mapTxLockReq;
extern map<uint256, CTransaction> mapTxLockReqRejected;

View File

@ -10,7 +10,7 @@
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 70080;
static const int PROTOCOL_VERSION = 70081;
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
@ -22,7 +22,7 @@ static const int GETHEADERS_VERSION = 70077;
static const int MIN_PEER_PROTO_VERSION = 70066;
//! minimum peer version accepted by DarksendPool
static const int MIN_POOL_PEER_PROTO_VERSION = 70080;
static const int MIN_POOL_PEER_PROTO_VERSION = 70081;
//! nTime field added to CAddress, starting with this version;
//! if possible, avoid requesting addresses nodes older than this