diff --git a/contracts/contracts/token/OUSD.sol b/contracts/contracts/token/OUSD.sol index 6435c966eb..d2c2a896cc 100644 --- a/contracts/contracts/token/OUSD.sol +++ b/contracts/contracts/token/OUSD.sol @@ -512,7 +512,7 @@ contract OUSD is Governable { alternativeCreditsPerToken[_account] > 0 || // Accounts may explicitly `rebaseOptIn` regardless of // accounting if they have a 0 balance. - balance == 0 + creditBalances[_account] == 0 , "Account must be non-rebasing" );