aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorpaveljanik <[email protected]>2014-07-23 22:47:18 +0200
committerWladimir J. van der Laan <[email protected]>2014-07-24 16:08:59 +0200
commitab651b2d62778d6194ad996d29e7d447f549fc38 (patch)
tree9fee9814a5e60c930a6820ee6db03c2e28acccd0 /src/version.h
parentdoc: remove any mention of SOCKS4 (diff)
downloaddiscoin-ab651b2d62778d6194ad996d29e7d447f549fc38.tar.xz
discoin-ab651b2d62778d6194ad996d29e7d447f549fc38.zip
Fix typos in comments (missing i's).
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h
index 3d1abacb9..85c5dbf8d 100644
--- a/src/version.h
+++ b/src/version.h
@@ -28,7 +28,7 @@ extern const std::string CLIENT_DATE;
static const int PROTOCOL_VERSION = 70002;
-// intial proto version, to be increased after version/verack negotiation
+// initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
// disconnect from peers older than this proto version
@@ -45,7 +45,7 @@ static const int NOBLKS_VERSION_END = 32400;
// BIP 0031, pong message, is enabled for all versions AFTER this one
static const int BIP0031_VERSION = 60000;
-// "mempool" command, enhanced "getdata" behavior starts with this version:
+// "mempool" command, enhanced "getdata" behavior starts with this version
static const int MEMPOOL_GD_VERSION = 60002;
#endif