diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-07-17 14:09:55 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-07-21 07:46:34 +0200 |
| commit | 98e84aae7ad1e4e18d2292f1ddeeb517432b4c42 (patch) | |
| tree | 46c8cb4086d1a873b77e03d59e1b56f712b7ae2a /src/core.h | |
| parent | Revert "UI to alert of respend attempt affecting wallet." (diff) | |
| download | discoin-98e84aae7ad1e4e18d2292f1ddeeb517432b4c42.tar.xz discoin-98e84aae7ad1e4e18d2292f1ddeeb517432b4c42.zip | |
Revert "Relay double-spends, subject to anti-DOS"
This reverts commit d640a3ceab4f4372c2a0f738c1286cfde4b41b50.
Diffstat (limited to 'src/core.h')
| -rw-r--r-- | src/core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core.h b/src/core.h index 0387336c9..fb64e6c08 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 |