Skip to content

Commit

Permalink
remove unused error variant
Browse files Browse the repository at this point in the history
  • Loading branch information
cylewitruk committed Feb 8, 2025
1 parent 5f8a13e commit b5e18a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions signer/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,6 @@ pub enum Error {
#[error("WSTS coordinator error: {0}")]
WstsCoordinator(#[source] Box<wsts::state_machine::coordinator::Error>),

/// WSTS signing error.
#[error("WSTS signing error: {0:?}")]
WstsUnexpectedResult(Box<wsts::state_machine::OperationResult>),

/// No chain tip found.
#[error("no bitcoin chain tip")]
NoChainTip,
Expand Down

0 comments on commit b5e18a1

Please sign in to comment.