aboutsummaryrefslogtreecommitdiff
path: root/src/coins.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-05-03 18:41:01 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-05-03 18:42:14 +0000
commitb56607a89ba112083f2b0a7b64ab18d66b26e2be (patch)
tree2577d5df49e49317522c15c0907976b46e917651 /src/coins.h
parent844d2070a2c0106bb7a54be5cad7d4da4d9cd55e (diff)
downloadbitcoin-b56607a89ba112083f2b0a7b64ab18d66b26e2be.tar.xz
Remove CCoinsViewCache::GetValueIn(...)
Diffstat (limited to 'src/coins.h')
-rw-r--r--src/coins.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/coins.h b/src/coins.h
index 2aed56c2bd..dcec741998 100644
--- a/src/coins.h
+++ b/src/coins.h
@@ -315,16 +315,6 @@ public:
//! Calculate the size of the cache (in bytes)
size_t DynamicMemoryUsage() const;
- /**
- * Amount of bitcoins coming in to a transaction
- * Note that lightweight clients may not know anything besides the hash of previous transactions,
- * so may not be able to calculate this.
- *
- * @param[in] tx transaction for which we are checking input total
- * @return Sum of value of all inputs (scriptSigs)
- */
- CAmount GetValueIn(const CTransaction& tx) const;
-
//! Check whether all prevouts of the transaction are present in the UTXO set represented by this view
bool HaveInputs(const CTransaction& tx) const;