aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-02-20 01:33:31 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2012-02-21 20:46:39 +0100
commit18c0fa97d0408a3ee8e4cb39c08156f7667f99ac (patch)
tree5a49fa04a410626fe2e04628f98944be2017298d /src/protocol.h
parent8a949dd6c3ce8161967330ebabf8ba021c0a6295 (diff)
downloadbitcoin-18c0fa97d0408a3ee8e4cb39c08156f7667f99ac.tar.xz
Post-feb20 simplifications
Now the entire network upgraded to (initial) protocol version 209, crtainl simplifications in the source code are possible.
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h
index 9ebbfad701..b70dd71b82 100644
--- a/src/protocol.h
+++ b/src/protocol.h
@@ -45,7 +45,6 @@ class CMessageHeader
READWRITE(FLATDATA(pchMessageStart));
READWRITE(FLATDATA(pchCommand));
READWRITE(nMessageSize);
- if (nVersion >= 209)
READWRITE(nChecksum);
)