diff options
| author | xnljfr <[email protected]> | 2014-02-22 10:49:59 +0200 |
|---|---|---|
| committer | xnljfr <[email protected]> | 2014-02-22 10:49:59 +0200 |
| commit | 87c32800895e063ab4c349ce1b443a920f8661f1 (patch) | |
| tree | 2388e2a40ddeef3011545130b71285e2b2d55d1d | |
| parent | Update version.h (diff) | |
| download | discoin-87c32800895e063ab4c349ce1b443a920f8661f1.tar.xz discoin-87c32800895e063ab4c349ce1b443a920f8661f1.zip | |
Update 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 4d892f003..d1aaf85d8 100644 --- a/src/version.h +++ b/src/version.h @@ -34,7 +34,7 @@ extern const std::string CLIENT_DATE; static const int PROTOCOL_VERSION = 70001; // earlier versions not supported as of Feb 2012, and are disconnected -static const int MIN_PROTO_VERSION = 209; +static const int MIN_PROTO_VERSION = 70001; // nTime field added to CAddress, starting with this version; // if possible, avoid requesting addresses nodes older than this |