]> Untitled Git - bdk/commitdiff
Remove unused varaint HeaderParseFail
authorRiccardo Casatta <riccardo@casatta.it>
Tue, 17 Nov 2020 17:54:34 +0000 (18:54 +0100)
committerRiccardo Casatta <riccardo@casatta.it>
Tue, 17 Nov 2020 17:54:34 +0000 (18:54 +0100)
src/blockchain/esplora.rs

index 21fcf32bad726edcc5b00c10e47c43a0239c5177..e2da5b80dd3845dc964b8bbf0f3580d2fbea187f 100644 (file)
@@ -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 {