diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-10-19 23:03:04 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-10-19 23:03:04 -0700 |
commit | f90b690a0d5fb147080da4ecdab1a99ce0b72042 (patch) | |
tree | 4a2cf254e83d5a26e343a41b5160e06944699dc5 /src/main.cpp | |
parent | d3b0fa1d82d0883f2e18e95b91125dd19659a17a (diff) | |
parent | 8dc206a1e2715be83912e039465a049b708b94c1 (diff) |
Merge pull request #2884 from gavinandresen/canonicalsizes2
Reject non-canonically-encoded CompactSize
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6c2898cff5..ba2e83ce76 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; |