diff --git a/src/blockchain/esplora.rs b/src/blockchain/esplora.rs index 21fcf32b..e2da5b80 100644 --- a/src/blockchain/esplora.rs +++ b/src/blockchain/esplora.rs @@ -409,8 +409,6 @@ pub enum EsploraError { HeaderHeightNotFound(u32), /// Header hash not found HeaderHashNotFound(BlockHash), - /// EsploraHeader cannot be converted in BlockHeader - HeaderParseFail, } impl fmt::Display for EsploraError {