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

Conn #57

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Conn #57

merged 2 commits into from
Aug 5, 2024

Conversation

rustaceanrob
Copy link
Owner

No description provided.

@rustaceanrob rustaceanrob merged commit 1add428 into master Aug 5, 2024
12 checks passed
@rustaceanrob rustaceanrob deleted the conn branch August 5, 2024 22:53
Comment on lines 53 to 59
pub(crate) struct ClearNetConnection {}

impl ClearNetConnection {
pub(crate) fn new() -> Self {
Self {}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

@rustaceanrob Shouldn't this be the ConnectionType::ClearNet variant instead ?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yeah good point. The trait can be implemented over the enum. Will refactor later

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