Post-feb20 simplifications

Now the entire network upgraded to (initial) protocol version 209,
crtainl simplifications in the source code are possible.
This commit is contained in:
Pieter Wuille
2012-02-20 01:33:31 +01:00
parent 8a949dd6c3
commit 18c0fa97d0
3 changed files with 27 additions and 39 deletions

View File

@@ -45,7 +45,6 @@ class CMessageHeader
READWRITE(FLATDATA(pchMessageStart));
READWRITE(FLATDATA(pchCommand));
READWRITE(nMessageSize);
if (nVersion >= 209)
READWRITE(nChecksum);
)