From a04934811026d04212a3d789c9a5534fc8f06da2 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Mon, 22 Jun 2015 20:51:28 +0300 Subject: [PATCH] bump ix min proto --- src/instantx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instantx.h b/src/instantx.h index 48186ba0bfb79..91f432bed662d 100644 --- a/src/instantx.h +++ b/src/instantx.h @@ -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 mapTxLockReq; extern map mapTxLockReqRejected;