Apply suggestion from @Tapanito

Co-authored-by: Vito Tumas <5780819+Tapanito@users.noreply.github.com>
This commit is contained in:
Jingchen
2026-03-23 17:47:42 +00:00
committed by GitHub
parent 85ede3e422
commit afa94e5cdc

View File

@@ -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;
}
}