aboutsummaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
authorKamil Domanski <[email protected]>2014-05-13 20:58:25 +0200
committerKamil Domanski <[email protected]>2014-05-20 14:58:21 +0200
commitf4057cb749f4c0d04bf936805ff8aa5678b9c6f2 (patch)
tree0bb779f24caf02f819ad4004883d747786cfdec4 /src/core.h
parentremove CWallet::AddReserveKey which is never used (diff)
downloaddiscoin-f4057cb749f4c0d04bf936805ff8aa5678b9c6f2.tar.xz
discoin-f4057cb749f4c0d04bf936805ff8aa5678b9c6f2.zip
remove CTransaction::IsNewerThan which is never used
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h
index 5eb953610..ba7f69111 100644
--- a/src/core.h
+++ b/src/core.h
@@ -219,7 +219,6 @@ public:
}
uint256 GetHash() const;
- bool IsNewerThan(const CTransaction& old) const;
// Return sum of txouts.
int64_t GetValueOut() const;