Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxueliang1218 committed Oct 19, 2022
1 parent ee2e346 commit 4f86407
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ddc-contract/logic/DDC1155/DDC1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -787,11 +787,6 @@ contract DDC1155 is
_ddcAmts[ddcId] -= amount;
}
_balances[ddcId][owner] = 0;
delete _blacklist[ddcId];
if (_ddcAmts[ddcId] == 0) {
delete _ddcURIs[ddcId];
_ddcIds[ddcId] = false;
}
_delDDCOwner(owner, ddcId);
_pay(ddcId);
}
Expand Down

0 comments on commit 4f86407

Please sign in to comment.