aboutsummaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-07-17 14:09:55 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-07-21 07:46:34 +0200
commit98e84aae7ad1e4e18d2292f1ddeeb517432b4c42 (patch)
tree46c8cb4086d1a873b77e03d59e1b56f712b7ae2a /src/core.h
parent3015e0bca6bc2cb8beb747873fdf7b80e74d679f (diff)
downloadbitcoin-98e84aae7ad1e4e18d2292f1ddeeb517432b4c42.tar.xz
Revert "Relay double-spends, subject to anti-DOS"
This reverts commit d640a3ceab4f4372c2a0f738c1286cfde4b41b50.
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core.h b/src/core.h
index 0387336c98..fb64e6c08e 100644
--- a/src/core.h
+++ b/src/core.h
@@ -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