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

2192 rcdaemon: use optional in stead of unique_ptr #2203

Merged

Conversation

bzawisto
Copy link
Contributor

@bzawisto bzawisto commented Aug 4, 2024

This could be declared as std::optional to avoid extra allocation.

@bzawisto bzawisto linked an issue Aug 4, 2024 that may be closed by this pull request
@bzawisto bzawisto requested a review from canepat August 4, 2024 17:56
@canepat canepat added the maintenance Some maintenance work (fix, refactor, rename, test...) label Aug 5, 2024
@canepat canepat merged commit a04ab64 into master Aug 5, 2024
4 checks passed
@canepat canepat deleted the 2192-rpcdaemon-use-stdoptional-to-keep-fixcallgasinfo branch August 5, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Some maintenance work (fix, refactor, rename, test...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rpcdaemon: use std::optional to keep FixCallGasInfo in DebugTracer
2 participants