Clean up the code

This commit is contained in:
JCW
2026-07-14 14:02:54 +01:00
parent bd038e1b61
commit 24ae843b07
2 changed files with 1 additions and 29 deletions

View File

@@ -18,11 +18,6 @@ namespace xrpl {
class LoanSet : public Transactor
{
private:
/* Returns true if the transaction is using the two-step (Borrower) flow. */
static bool
isTwoStepFlow(STTx const& tx, Rules const& rules);
public:
static constexpr auto kConsequencesFactory = ConsequencesFactoryType::Normal;