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

gas: remove unnecessary internal usage of pointers #5

Merged
merged 1 commit into from
Feb 6, 2020

Conversation

hrharder
Copy link
Owner

@hrharder hrharder commented Feb 6, 2020

Overview

This PR simply removes the unnecessary usage of the type *ethGasStationResponse when the pointer type is not needed.

Since this is a change only to internal and un-exported types/functions, this PR makes no breaking changes to the public API.

Performance impacts will be negligible to nonexistent.

@hrharder hrharder merged commit a5332f4 into master Feb 6, 2020
@hrharder hrharder deleted the refactor/remove-unnecessary-pointers branch February 6, 2020 01:40
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.

None yet

1 participant