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

De-duplicate enable_light_client_server #6988

Open
wants to merge 3 commits into
base: unstable
Choose a base branch
from

Conversation

EllipticPoint
Copy link
Member

Issue Addressed

#6959

Proposed Changes

  • Use Arc<bool> type to create a single source of truth
  • A new field enable_light_client_server: Arc<bool> has been added to Config.
  • The 3 existing struct fields mentioned in the issue have been changed to Arc<bool>

@EllipticPoint EllipticPoint requested a review from jxs as a code owner February 11, 2025 23:39
@CLAassistant
Copy link

CLAassistant commented Feb 11, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

mergify bot commented Feb 11, 2025

This pull request has merge conflicts. Could you please resolve them @EllipticPoint? 🙏

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