diff options
| author | Pieter Wuille <[email protected]> | 2012-02-20 01:33:31 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-02-21 20:46:39 +0100 |
| commit | 18c0fa97d0408a3ee8e4cb39c08156f7667f99ac (patch) | |
| tree | 5a49fa04a410626fe2e04628f98944be2017298d /src/protocol.h | |
| parent | Merge pull request #867 from laanwj/2012_02_hidetrayicononquit (diff) | |
| download | discoin-18c0fa97d0408a3ee8e4cb39c08156f7667f99ac.tar.xz discoin-18c0fa97d0408a3ee8e4cb39c08156f7667f99ac.zip | |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 9ebbfad70..b70dd71b8 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); ) |