mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Apply suggestion from @Tapanito
Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com>
This commit is contained in:
@@ -46,9 +46,9 @@ LoanBrokerSet::preflight(PreflightContext const& ctx)
|
||||
|
||||
if (ctx.rules.enabled(fixLendingProtocolV1_1))
|
||||
{
|
||||
// Cannot change private flag on existing broker
|
||||
if (tx.isFlag(tfLoanBrokerPrivate))
|
||||
{
|
||||
// Cannot change private flag on existing broker
|
||||
return temINVALID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user