Skip to content

Remove getter for router on chain manager #2641

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

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

joshua-kim
Copy link
Contributor

Why this should be merged

chains.Manager has a getter on the interface for the router that doesn't need to exist - it's not being used currently, and the router is only used internally within the struct so we shouldn't need this in the future anyways.

How this works

Removes code

How this was tested

CI

@joshua-kim joshua-kim self-assigned this Jan 22, 2024
Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
@joshua-kim joshua-kim force-pushed the cleanup-chain-manager branch from 3314831 to 6053373 Compare January 22, 2024 14:18
@joshua-kim joshua-kim marked this pull request as ready for review January 22, 2024 14:18
@joshua-kim joshua-kim added the cleanup Code quality improvement label Jan 22, 2024
@StephenButtolph StephenButtolph added this pull request to the merge queue Jan 22, 2024
@StephenButtolph StephenButtolph added this to the v1.10.19 milestone Jan 22, 2024
Merged via the queue into master with commit 1d5026d Jan 22, 2024
@StephenButtolph StephenButtolph deleted the cleanup-chain-manager branch January 22, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code quality improvement
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants