Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove channel comparison functions #4500

Conversation

pwojcikdev
Copy link
Contributor

Dedicated channel comparison functions are no longer necessary or used. Instead channels have object identity: each allocated channel is a distinct object, with comparison and hashing facilitated by the shared_ptr wrapper.

@pwojcikdev pwojcikdev merged commit 2f69c60 into nanocurrency:develop Mar 19, 2024
20 of 27 checks passed
@pwojcikdev pwojcikdev deleted the networking-fixes/channel-comparisons branch March 19, 2024 09:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants