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

Remove unnecessary Fetch funcs for txBroadcaster and txCreator #418

Merged
merged 2 commits into from
Oct 25, 2023

Conversation

jholdstock
Copy link
Member

  • Wrapping the TxCreator and TxBroadcaster in Fetch funcs adds lots of boilerplate code but offers no tangible benefit in return.
  • The txCreator and txBroadcaster interfaces are not used anywhere other than the pool package so they don't need to be exported.

Wrapping the TxCreator and TxBroadcaster in Fetch funcs adds lots of
boilerplate code but offers no tangible benefit in return.
The txCreator and txBroadcaster interfaces are not used anywhere other
than the pool package.
@jholdstock jholdstock merged commit 2705938 into decred:master Oct 25, 2023
2 checks passed
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

2 participants