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);
// sanity check
// if stateCount == 0, then newOwnerCount == oldOwnerCount
assert(newOwnerCount >= oldOwnerCount);
if (newOwnerCount < oldOwnerCount)
return tecINTERNAL;
if (newOwnerCount != oldOwnerCount)
{