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 (...)
|
catch (...)
|
||||||
{
|
{
|
||||||
getApp().getHashRouter ().setFlags (stx->getTransactionID (), SF_BAD);
|
getApp().getHashRouter ().setFlag (stx->getTransactionID (), SF_BAD);
|
||||||
applyLoadCharge (peer, LT_InvalidRequest);
|
Peer::applyLoadCharge (peer, LT_InvalidRequest);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user