net: set message deserialization version when it's actually time to deserialize
commit56212e20acf1534d443cb910c9bf3a30f84d0f02
authorCory Fields <cory-nospam-@coryfields.com>
Sat, 31 Dec 2016 07:05:15 +0000 (31 02:05 -0500)
committerCory Fields <cory-nospam-@coryfields.com>
Wed, 4 Jan 2017 15:10:35 +0000 (4 10:10 -0500)
tree5c67422a02655f9c919571ac7f07823fddc35f97
parent0e973d970a2114c11f4a95f09721d977da7f0a94
net: set message deserialization version when it's actually time to deserialize

We'll soon no longer have access to vRecvMsg, and this is more intuitive anyway.
src/net.cpp
src/net.h
src/net_processing.cpp