Browse Source

Fix comment.

pull/145/head
Sean Bowe 8 years ago
parent
commit
d488e75ea8
  1. 2
      src/primitives/transaction.cpp

2
src/primitives/transaction.cpp

@ -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))

Loading…
Cancel
Save