diff --git a/src/ripple_app/tx/PaymentTransactor.cpp b/src/ripple_app/tx/PaymentTransactor.cpp index 1d6117449..6a5ee788d 100644 --- a/src/ripple_app/tx/PaymentTransactor.cpp +++ b/src/ripple_app/tx/PaymentTransactor.cpp @@ -204,7 +204,7 @@ TER PaymentTransactor::doApply () false, // Not standalone, delete unfundeds. isSetBit (mParams, tapOPEN_LEDGER)); - if (terNO_LINE == terResult) + if (isTerRetry(terResult)) terResult = tecPATH_DRY; if ((tesSUCCESS == terResult) && (saDstAmountAct != saDstAmount))