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

fix: function() is made private #274

Open
Daanvdplas opened this issue Nov 15, 2024 · 1 comment
Open

fix: function() is made private #274

Daanvdplas opened this issue Nov 15, 2024 · 1 comment

Comments

@Daanvdplas
Copy link

Daanvdplas commented Nov 15, 2024

In the following PR the nodes() function is replaced under the ChainUpgrade trait and made private. There is now no way to obtain this information for external crates.

For parachains it is still possible:

pub fn collators(&self) -> Vec<&NetworkNode> {

@pepoviola
Copy link
Collaborator

Hi @Daanvdplas, thanks for report it. I will make the fn public and craft another release. Sorry about the issue.

Thanks!

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

No branches or pull requests

2 participants