Skip to content
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

Add NFToken, Clawback & AMM #52

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

dangell7
Copy link

@dangell7 dangell7 commented Jun 6, 2024

Checklist

  • App update process has been followed
  • Target branch is develop
  • Application version has been bumped

@ledger-wiz-cspm-secret-detection

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Sensitive Data 0C 0H 0M 0L 8I
Total 0C 0H 0M 0L 8I
Secrets 0🔑

Comment on lines +210 to +214
switch (field->id) {
// vector 256
case 4:
return "NFToken Offers";
}

Check notice

Code scanning / CodeQL

No trivial switch statements Note

This switch statement should either handle more cases, or be rewritten as an if statement.
Comment on lines +280 to +283
// @deprecated
// if (HAS_FLAG(value, TF_TRUSTLINE)) {
// offset = append_item(dst, offset, "Auto Trustline");
// }

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant