Remove CCoinsViewCache::GetValueIn(...)

This commit is contained in:
practicalswift
2020-05-03 18:41:01 +00:00
parent 844d2070a2
commit b56607a89b
5 changed files with 0 additions and 27 deletions

View File

@@ -324,8 +324,6 @@ public:
// Return sum of txouts.
CAmount GetValueOut() const;
// GetValueIn() is a method on CCoinsViewCache, because
// inputs must be known to compute value in.
/**
* Get the total transaction size in bytes, including witness data.