File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ impl AsyncClient {
114114 }
115115
116116 #[ deprecated(
117- since = "0.1.2 " ,
117+ since = "0.2.0 " ,
118118 note = "Deprecated to improve alignment with Esplora API. Users should use `get_block_hash` and `get_header_by_hash` methods directly."
119119 ) ]
120120 /// Get a [`BlockHeader`] given a particular block height.
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ impl BlockingClient {
128128
129129 /// Get a [`BlockHeader`] given a particular block height.
130130 #[ deprecated(
131- since = "0.1.2 " ,
131+ since = "0.2.0 " ,
132132 note = "Deprecated to improve alignment with Esplora API. Users should use `get_block_hash` and `get_header_by_hash` methods directly."
133133 ) ]
134134 pub fn get_header ( & self , block_height : u32 ) -> Result < BlockHeader , Error > {
You can’t perform that action at this time.
0 commit comments