From 0733c1bde69c6ccfe593d2eec775d0ae32fe7140 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Mon, 11 Nov 2013 16:03:51 +1000 Subject: Refactor: move GetValueIn(tx) to tx.GetValueIn() GetValueIn makes more sense as a CTransaction member. --- src/coins.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/coins.h') diff --git a/src/coins.h b/src/coins.h index 2c72ee88e1..409d5713f3 100644 --- a/src/coins.h +++ b/src/coins.h @@ -340,7 +340,6 @@ public: @param[in] tx transaction for which we are checking input total @return Sum of value of all inputs (scriptSigs) - @see CTransaction::FetchInputs */ int64_t GetValueIn(const CTransaction& tx); -- cgit v1.2.3