Skip to content

Commit

Permalink
no longer writing keypairs, remove IO error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Nov 8, 2024
1 parent 45021d2 commit 47edfa1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helium-lib/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ impl Error {

#[derive(Debug, Error)]
pub enum EncodeError {
#[error("io: {0}")]
Io(#[from] std::io::Error),
#[error("proto: {0}")]
Proto(#[from] helium_proto::EncodeError),
#[error("bincode: {0}")]
Expand Down

0 comments on commit 47edfa1

Please sign in to comment.