Skip to content

Commit

Permalink
remove error conversion method
Browse files Browse the repository at this point in the history
  • Loading branch information
cylewitruk committed Feb 6, 2025
1 parent 372b55d commit 3f7b9ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions signer/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,4 @@ impl Error {
pub fn wsts_coordinator(err: wsts::state_machine::coordinator::Error) -> Self {
Error::WstsCoordinator(Box::new(err))
}

/// Convert a bitcoin consensus error to an `error::Error`
pub fn bitcoin_consensus(err: bitcoinconsensus::Error) -> Self {
Error::BitcoinConsensus(err)
}
}

0 comments on commit 3f7b9ad

Please sign in to comment.