Rename GetPourValueIn to GetJoinSplitValueIn

This commit is contained in:
Sean Bowe
2016-07-14 15:16:57 -06:00
parent 8f95cd3c26
commit 942bc46756
4 changed files with 5 additions and 5 deletions

View File

@@ -349,7 +349,7 @@ public:
// inputs must be known to compute value in.
// Return sum of pour vpub_new
CAmount GetPourValueIn() const;
CAmount GetJoinSplitValueIn() const;
// Compute priority, given priority of inputs and (optionally) tx size
double ComputePriority(double dPriorityInputs, unsigned int nTxSize=0) const;