Disable all experminetal/LABS features that are not required.

This commit is contained in:
blackjok3r
2019-02-26 12:49:17 +08:00
parent 9d36bc5ad9
commit 096d25df97
8 changed files with 18 additions and 27 deletions

View File

@@ -24,7 +24,7 @@
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 170008;
static const int PROTOCOL_VERSION = 170007;
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;