mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove some dead Transaction::getJson options.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user