mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix bit rot.
This commit is contained in:
@@ -1213,8 +1213,8 @@ static void checkTransaction (Job&, int flags, SerializedTransaction::pointer st
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
getApp().getHashRouter ().setFlags (stx->getTransactionID (), SF_BAD);
|
||||
applyLoadCharge (peer, LT_InvalidRequest);
|
||||
getApp().getHashRouter ().setFlag (stx->getTransactionID (), SF_BAD);
|
||||
Peer::applyLoadCharge (peer, LT_InvalidRequest);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user