mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
terNO_LINE should never be the final result of a payment transaction that can claim a fee.
This commit is contained in:
@@ -204,6 +204,9 @@ TER PaymentTransactor::doApply ()
|
||||
bNoRippleDirect, // Always compute for finalizing ledger.
|
||||
false, // Not standalone, delete unfundeds.
|
||||
isSetBit (mParams, tapOPEN_LEDGER));
|
||||
|
||||
if (terNO_LINE == terResult)
|
||||
terResult = tecPATH_DRY;
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user