mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Update src/libxrpl/tx/transactors/lending/LoanSet.cpp
Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -395,7 +395,7 @@ LoanSet::doApply()
|
||||
return tefBAD_LEDGER; // LCOV_EXCL_LINE
|
||||
}
|
||||
|
||||
if (brokerSle->isFlag(lsfLoanBrokerPrivate))
|
||||
if (ctx_.view().rules().enabled(featureLendingProtocolV1_1) && brokerSle->isFlag(lsfLoanBrokerPrivate))
|
||||
{
|
||||
auto const domainID = brokerSle->at(~sfDomainID);
|
||||
if (!domainID)
|
||||
|
||||
Reference in New Issue
Block a user