diff --git a/src/version.h b/src/version.h index 90694db3d0..010fb1a268 100644 --- a/src/version.h +++ b/src/version.h @@ -18,7 +18,7 @@ static const int OLD_VERSION = 70015; static const int INIT_PROTO_VERSION = 209; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = 70012; +static const int MIN_PEER_PROTO_VERSION = 70015; //! BIP 0031, pong message, is enabled for all versions AFTER this one static const int BIP0031_VERSION = 60000;