Skip to content

Commit

Permalink
Ban zcoin nodes with version < 0.13.8.8 (#797)
Browse files Browse the repository at this point in the history
* Ban zcoin nodes with version ≤ 0.13.8.5

* Fixed minimum version to 0.13.8.8
  • Loading branch information
justanwar authored and Reuben Yap committed Dec 23, 2019
1 parent b63c980 commit 0c85825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -49,6 +49,6 @@ static const int SHORT_IDS_BLOCKS_VERSION = 90013;
static const int INVALID_CB_NO_BAN_VERSION = 90013;

//! minimum version of official client to connect to
static const int MIN_ZCOIN_CLIENT_VERSION = 130802; // 0.13.8.2
static const int MIN_ZCOIN_CLIENT_VERSION = 130808; // 0.13.8.8

#endif // BITCOIN_VERSION_H

0 comments on commit 0c85825

Please sign in to comment.