Remove unused varaint HeaderParseFail

This commit is contained in:
Riccardo Casatta 2020-11-17 18:54:34 +01:00
parent 8dfbbf2763
commit b79fa27aa4
No known key found for this signature in database
GPG Key ID: FD986A969E450397

View File

@ -409,8 +409,6 @@ pub enum EsploraError {
HeaderHeightNotFound(u32), HeaderHeightNotFound(u32),
/// Header hash not found /// Header hash not found
HeaderHashNotFound(BlockHash), HeaderHashNotFound(BlockHash),
/// EsploraHeader cannot be converted in BlockHeader
HeaderParseFail,
} }
impl fmt::Display for EsploraError { impl fmt::Display for EsploraError {