From 18c0fa97d0408a3ee8e4cb39c08156f7667f99ac Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 20 Feb 2012 01:33:31 +0100 Subject: Post-feb20 simplifications Now the entire network upgraded to (initial) protocol version 209, crtainl simplifications in the source code are possible. --- src/protocol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/protocol.h') 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); ) -- cgit v1.2.3