Remove some dead Transaction::getJson options.

This commit is contained in:
JoelKatz
2012-06-28 13:13:58 -07:00
parent b712c192e6
commit 64f9f044c8
3 changed files with 3 additions and 14 deletions

View File

@@ -674,7 +674,7 @@ void Peer::recvTransaction(newcoin::TMTransaction& packet)
#ifdef DEBUG
std::cerr << "Transaction from peer fails validity tests" << std::endl;
Json::StyledStreamWriter w;
w.write(std::cerr, tx->getJson(true));
w.write(std::cerr, tx->getJson(0));
#endif
return;
}