From: Riccardo Casatta Date: Tue, 17 Nov 2020 17:54:34 +0000 (+0100) Subject: Remove unused varaint HeaderParseFail X-Git-Tag: v0.2.0~65^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.HexToArrayError.html?a=commitdiff_plain;h=b79fa27aa4ee6cca33b900336a9cbc209189e28e;p=bdk Remove unused varaint HeaderParseFail --- 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 {