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

[cln-rpc]: add Eq, PartialOrd, Ord, Hash to ShortChannelId #6662

Merged

Conversation

daywalker90
Copy link
Contributor

I don't know if this can be problematic, but it would be nice to have so i can do things like comparison, sort_by(|x| x.scid) or scids as keys in HashMap/BTreeMap without converting them to String first.

Copy link
Collaborator

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

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

ACK 5cf310f

I do not think this will create any problem you are just making ShortChannelId comparable as u64 (?)

@cdecker
Copy link
Member

cdecker commented Sep 11, 2023

ACK 5cf310f

@vincenzopalazzo vincenzopalazzo merged commit 451fb77 into ElementsProject:master Sep 11, 2023
39 checks passed
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

3 participants