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

Modify DRTransaction in transaction.rs #649

Closed
lrubiorod opened this issue May 14, 2019 · 0 comments
Closed

Modify DRTransaction in transaction.rs #649

lrubiorod opened this issue May 14, 2019 · 0 comments
Labels
refactor 🏗️ Fixes things that are not broken

Comments

@lrubiorod
Copy link
Contributor

Transaction enum produces large_enum_variant clippy warning due to DRTransaction struct is much bigger than the other types.
Clippy recommends to change by a Box<DRTransaction>

@lrubiorod lrubiorod added the refactor 🏗️ Fixes things that are not broken label May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 🏗️ Fixes things that are not broken
Projects
None yet
Development

No branches or pull requests

2 participants