Skip to content

Commit

Permalink
Merge pull request #372 from UdjinM6/v0.12.0.x_bump_ix_proto
Browse files Browse the repository at this point in the history
V0.12.0.x bump ix min proto
  • Loading branch information
evan82 committed Jun 22, 2015
2 parents 12863bb + a049348 commit b61f476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instantx.h
Expand Up @@ -27,7 +27,7 @@ class CConsensusVote;
class CTransaction;
class CTransactionLock;

static const int MIN_INSTANTX_PROTO_VERSION = 70066;
static const int MIN_INSTANTX_PROTO_VERSION = 70079;

extern map<uint256, CTransaction> mapTxLockReq;
extern map<uint256, CTransaction> mapTxLockReqRejected;
Expand Down

0 comments on commit b61f476

Please sign in to comment.