Revert "Relay double-spends, subject to anti-DOS"

This reverts commit d640a3ceab.
This commit is contained in:
Wladimir J. van der Laan
2014-07-17 14:09:55 +02:00
parent 3015e0bca6
commit 98e84aae7a
6 changed files with 15 additions and 109 deletions

View File

@@ -255,9 +255,6 @@ public:
return hash;
}
// True if only scriptSigs are different
bool IsEquivalentTo(const CTransaction& tx) const;
// Return sum of txouts.
int64_t GetValueOut() const;
// GetValueIn() is a method on CCoinsViewCache, because