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

support machine and network light deployments #541

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

rawdaGastan
Copy link
Collaborator

Comment on lines 218 to 226
nodesLight = append(nodesLight, isLight)
}

// if no nodes requires to use network version 4 then it is a light network
if !slices.Contains(nodesLight, false) {
light = true
}

return light, nil

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
nodesLight = append(nodesLight, isLight)
}
// if no nodes requires to use network version 4 then it is a light network
if !slices.Contains(nodesLight, false) {
light = true
}
return light, nil
if !isLight {
return false, nil
}
}
return true, nil

@rawdaGastan rawdaGastan force-pushed the development_support_version4 branch from 886766b to ef0d929 Compare October 23, 2024 11:47
@rawdaGastan rawdaGastan merged commit 2555dbb into development Oct 23, 2024
4 checks passed
@rawdaGastan rawdaGastan deleted the development_support_version4 branch October 23, 2024 12:01
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.

2 participants