mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Newer fix one last thing and then commit. :/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user