From 3a7632e7f5225ce390bac71723bdd06ab4b18d4b Mon Sep 17 00:00:00 2001 From: bthomee Date: Wed, 29 Oct 2025 09:39:53 -0700 Subject: [PATCH] deploy: 553fb5be3bab1fd1bf0553d4bed9d44191e14bf1 --- ApplyStateTable_8cpp_source.html | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/ApplyStateTable_8cpp_source.html b/ApplyStateTable_8cpp_source.html index a7a6024746..d29c4dfaf9 100644 --- a/ApplyStateTable_8cpp_source.html +++ b/ApplyStateTable_8cpp_source.html @@ -800,22 +800,16 @@ $(document).ready(function() { init_codefold(0); });
682 if (auto const optSleAcct{(*sle)[~sfAccount]})
683 threadTx(base, meta, *optSleAcct, mods, j);
684
-
685 // Don't thread a check's sfDestination unless the amendment is
-
686 // enabled
-
687 if (ledgerType == ltCHECK &&
-
688 !base.rules().enabled(fixCheckThreading))
-
689 break;
-
690
-
691 // If sfDestination is present, thread to that account
-
692 if (auto const optSleDest{(*sle)[~sfDestination]})
-
693 threadTx(base, meta, *optSleDest, mods, j);
-
694 }
-
695 }
-
696}
+
685 // If sfDestination is present, thread to that account
+
686 if (auto const optSleDest{(*sle)[~sfDestination]})
+
687 threadTx(base, meta, *optSleDest, mods, j);
+
688 }
+
689 }
+
690}
-
697
-
698} // namespace detail
-
699} // namespace ripple
+
691
+
692} // namespace detail
+
693} // namespace ripple
A generic endpoint for log messages.
Definition Journal.h:60
Stream trace() const
Severity stream access functions.
Definition Journal.h:322
Stream warn() const
Definition Journal.h:340
@@ -836,7 +830,6 @@ $(document).ready(function() { init_codefold(0); });
virtual bool exists(Keylet const &k) const =0
Determine if a state item exists.
LedgerIndex seq() const
Returns the sequence number of the base ledger.
Definition ReadView.h:118
virtual Rules const & rules() const =0
Returns the tx processing rules.
-
bool enabled(uint256 const &feature) const
Returns true if a feature is enabled.
Definition Rules.cpp:130
Identifies fields.
Definition SField.h:146
@ sMD_ChangeNew
Definition SField.h:151
@ sMD_DeleteFinal
Definition SField.h:152