Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
feat!: remove unused Error::NodeMessaging variant
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam authored and joshuef committed Feb 4, 2021
1 parent cbc4802 commit 0b70c28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ pub enum Error {
InvalidVote,
#[error("Messaging protocol error: {0}")]
Messaging(#[from] sn_messaging::Error),
#[error("Node messaging error: {0}")]
NodeMessaging(#[from] sn_messaging::node::Error),
}

0 comments on commit 0b70c28

Please sign in to comment.