diff options
| author | Ross Nicoll <[email protected]> | 2017-05-02 08:09:04 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-09-19 19:21:49 +0100 |
| commit | 42aa48ea69ba3ce674f867a316663ffc5dc81f0a (patch) | |
| tree | 14a6ba5414c4350d6a82d1a024f124e8a5c2202a /src/version.h | |
| parent | Add Dogecoin difficulty calculations (diff) | |
| download | discoin-42aa48ea69ba3ce674f867a316663ffc5dc81f0a.tar.xz discoin-42aa48ea69ba3ce674f867a316663ffc5dc81f0a.zip | |
Annotate work to be done to Dogecoin-ify
Diffstat (limited to 'src/version.h')
| -rw-r--r-- | src/version.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h index 903f26ade..8e6bf7b01 100644 --- a/src/version.h +++ b/src/version.h @@ -9,6 +9,8 @@ * network protocol versioning */ +// XXX: Decide if this is appropriate - if we reintroduce alerts we may need +// to reduce to 70012 static const int PROTOCOL_VERSION = 70015; //! initial proto version, to be increased after version/verack negotiation |