diff options
| author | Ross Nicoll <[email protected]> | 2017-04-18 13:36:32 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 19:21:48 +0100 |
| commit | 64af132fdba545f9caaa93597ad1f0c0a6b6ade1 (patch) | |
| tree | 0bd321225d98e61e1ca85fabeb47c76b2dbe84a5 /src/version.h | |
| parent | Update DB version to 5.1 (diff) | |
| download | discoin-64af132fdba545f9caaa93597ad1f0c0a6b6ade1.tar.xz discoin-64af132fdba545f9caaa93597ad1f0c0a6b6ade1.zip | |
Replace consensus values with Dogecoin equivalents
* Replace chain parameters with Dogecoin values
* Update maximum coins to match Dogecoin
* Disable version 2 block requirement
* Update coinbase maturity to match Dogecoin
Diffstat (limited to 'src/version.h')
| -rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 0f69b2f02..903f26ade 100644 --- a/src/version.h +++ b/src/version.h @@ -18,7 +18,7 @@ static const int INIT_PROTO_VERSION = 209; static const int GETHEADERS_VERSION = 31800; //! disconnect from peers older than this proto version -static const int MIN_PEER_PROTO_VERSION = GETHEADERS_VERSION; +static const int MIN_PEER_PROTO_VERSION = 70003; //! nTime field added to CAddress, starting with this version; //! if possible, avoid requesting addresses nodes older than this |