mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Add checking for invalid offers in ledger.
This commit is contained in:
@@ -177,7 +177,8 @@ TER PaymentTransactor::doApply()
|
||||
bPartialPayment,
|
||||
bLimitQuality,
|
||||
bNoRippleDirect, // Always compute for finalizing ledger.
|
||||
false); // Not standalone, delete unfundeds.
|
||||
false, // Not standalone, delete unfundeds.
|
||||
isSetBit(mParams, tapOPEN_LEDGER));
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user