-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: do not deduct tax in ibc token #16
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## main #16 +/- ##
==========================================
- Coverage 89.01% 88.83% -0.18%
==========================================
Files 19 19
Lines 3668 3699 +31
==========================================
+ Hits 3265 3286 +21
- Misses 403 413 +10
|
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.
Question.
Does IBC token have only A-F characters?
IBC hash is SHA256. So, it is a 64-digit hexadecimal hex value. |
Summary of changes
The policy has been changed to not deduct tax for IBC tokens.
Report of required housekeeping
(FOR ADMIN) Before merging