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

Optional per-node features in conf #778

Merged
merged 4 commits into from
Dec 12, 2018
Merged

Optional per-node features in conf #778

merged 4 commits into from
Dec 12, 2018

Conversation

pm47
Copy link
Member

@pm47 pm47 commented Dec 12, 2018

Allow setting specific globalfeatures and localfeatures for given nodes.

@pm47 pm47 requested a review from dpad85 December 12, 2018 13:19
val p = PublicKey(e.getString("nodeid"))
val gf = BinaryData(e.getString("global-features"))
val lf = BinaryData(e.getString("local-features"))
(p -> (gf, lf))
Copy link
Member

Choose a reason for hiding this comment

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

Code indentation is not consistent

@pm47 pm47 merged commit 723d0de into master Dec 12, 2018
@pm47 pm47 deleted the override-features branch December 12, 2018 15:02
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