mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
fix pre-commit issues
This commit is contained in:
@@ -278,7 +278,8 @@ 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
|
||||
// (-),
|
||||
view, sponsorObjSle, sfRemainingOwnerCount, sponsorID, -adjustment, j, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user