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 scope of the hash module in the coinbase module to pub use #2365

Closed

Conversation

cx19981114
Copy link
Contributor

@cx19981114 cx19981114 commented Feb 20, 2024

In the current code, the hash module is imported privately within the coinbase module. This prevents external modules from directly accessing and utilizing the functionalities of the hash module. This could be inconvenient for developers. I propose modifying the scope of the hash module to be public (pub use).

@howardwu
Copy link
Collaborator

Closing as this PR is no longer relevant in light of #2401

@howardwu howardwu closed this Mar 22, 2024
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