aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-10-19 23:03:04 -0700
committerGavin Andresen <[email protected]>2013-10-19 23:03:04 -0700
commitf90b690a0d5fb147080da4ecdab1a99ce0b72042 (patch)
tree4a2cf254e83d5a26e343a41b5160e06944699dc5 /src/main.cpp
parentMerge pull request #3008 from gavinandresen/CENTrule (diff)
parentReject non-canonically-encoded sizes (diff)
downloaddiscoin-f90b690a0d5fb147080da4ecdab1a99ce0b72042.tar.xz
discoin-f90b690a0d5fb147080da4ecdab1a99ce0b72042.zip
Merge pull request #2884 from gavinandresen/canonicalsizes2
Reject non-canonically-encoded CompactSize
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6c2898cff..ba2e83ce7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3677,7 +3677,6 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
{
vector<uint256> vWorkQueue;
vector<uint256> vEraseQueue;
- CDataStream vMsg(vRecv);
CTransaction tx;
vRecv >> tx;