smh copilot

This commit is contained in:
Mayukha Vadari
2026-06-18 20:28:52 -04:00
parent 3f8a47d974
commit 50c255d41a

View File

@@ -278,8 +278,9 @@ adjustOwnerCount(
if (sponsorObjSle && adjustment > 0)
{
// update the pre-funded RemainingOwnerCount on Sponsorship ledger object
// Remaining owner count moves opposite to adjustment: +adjustment => consume reserve
// (-),
// Remaining owner count moves opposite to adjustment:
// +adjustment => consume reserve (-),
adjustOwnerCountHlp(
view, sponsorObjSle, sfRemainingOwnerCount, sponsorID, -adjustment, j, false);
}
}