Fix comment.

This commit is contained in:
Sean Bowe 2016-01-19 16:29:44 -07:00
parent 8cb250885c
commit d488e75ea8
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ CAmount CTransaction::GetPourValueIn() const
CAmount nValue = 0;
for (std::vector<CPourTx>::const_iterator it(vpour.begin()); it != vpour.end(); ++it)
{
// NB: vpub_old "gives" money to the value pool just as inputs do
// NB: vpub_new "gives" money to the value pool just as inputs do
nValue += it->vpub_new;
if (!MoneyRange(it->vpub_new) || !MoneyRange(nValue))