Remove unused varaint HeaderParseFail
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user