mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-19 05:10:55 +00:00
smh copilot
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user