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

@@ -1654,7 +1654,7 @@ bool NonContextualCheckInputs(const CTransaction& tx, CValidationState &state, c
}
nValueIn += tx.GetPourValueIn();
nValueIn += tx.GetJoinSplitValueIn();
if (!MoneyRange(nValueIn))
return state.DoS(100, error("CheckInputs(): vpub_old values out of range"),
REJECT_INVALID, "bad-txns-inputvalues-outofrange");