Newer fix one last thing and then commit. :/

This commit is contained in:
JoelKatz
2012-11-04 19:01:22 -08:00
parent d065231d8d
commit b381c057d8

View File

@@ -709,7 +709,7 @@ static void checkTransaction(Job&, int flags, SerializedTransaction::pointer stx
if (tx->getStatus() == INVALID)
{
theApp->getSuppression().setFlag(stx->getTransactionID(), SF_BAD);
punshPeer(peer, PP_BAD_SIGNATURE);
Peer::punishPeer(peer, PP_BAD_SIGNATURE);
return;
}
else