Skip to content

Commit

Permalink
Merge pull request #769 from dashpay/schinzelh-patch-1
Browse files Browse the repository at this point in the history
Remove log spam
  • Loading branch information
schinzelh committed May 10, 2016
2 parents e0a4c6e + d61edf8 commit cd651ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ bool CheckTransaction(const CTransaction& tx, CValidationState &state)
CAmount nValueOut = 0;
BOOST_FOREACH(const CTxOut& txout, tx.vout)
{
printf("%s\n", tx.ToString().c_str());
if (txout.nValue < 0)
return state.DoS(100, false, REJECT_INVALID, "bad-txns-vout-negative");
if (txout.nValue > MAX_MONEY)
Expand Down

0 comments on commit cd651ff

Please sign in to comment.