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

[Feature]: Decompiling to Solidity: Functions setting mapping storage values should not include the type definition. #133

Closed
2 tasks done
alexroan opened this issue Aug 16, 2023 · 1 comment · Fixed by #134
Assignees

Comments

@alexroan
Copy link

alexroan commented Aug 16, 2023

Please check the following

  • This is not a duplicate request
  • I have checked that this is not in development

Type a detailed explanation of your feature request here.

Decompiling bytecode to Solidity.

When setting a mapping value, the resulting decompiled code should not print the type prefix definition. The current behavior does so, as seen in the image below on line 41.

QyhzsI6x

@Jon-Becker Jon-Becker self-assigned this Aug 17, 2023
@Jon-Becker
Copy link
Owner

Thank you for opening!

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 a pull request may close this issue.

2 participants