This commit is contained in:
tequ
2025-10-22 16:01:10 +09:00
parent 6f6701f9ad
commit b37136b407

View File

@@ -680,8 +680,8 @@ SetAccount::doApply()
(oldScale * stateCount) + (newScale * stateCount); (oldScale * stateCount) + (newScale * stateCount);
// sanity check // sanity check
// if stateCount == 0, then newOwnerCount == oldOwnerCount if (newOwnerCount < oldOwnerCount)
assert(newOwnerCount >= oldOwnerCount); return tecINTERNAL;
if (newOwnerCount != oldOwnerCount) if (newOwnerCount != oldOwnerCount)
{ {