-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE DONE] revo cyberid #4
Conversation
--_supplyCount; | ||
emit Burn(msg.sender, tokenId); | ||
for (uint256 i = 0; i < cids.length; i++) { | ||
_register(cids[i], to, false, cost); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
就默认不能设置reverse?这个是给用户调的接口吧,是不是也给出来好一点
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
确实不能, 不然我给你mint 一个 shabi.cyber
你的地址就会反响解析到 sahbi.cyber
然后这次的产品我问过leo,正好是默认不设置reverse,多发一个tx让用户去设置
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #4 +/- ##
===========================================
- Coverage 82.80% 29.81% -53.00%
===========================================
Files 13 11 -2
Lines 413 369 -44
===========================================
- Hits 342 110 -232
- Misses 71 259 +188 ☔ View full report in Codecov by Sentry. |
No description provided.