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 {
114
114
}
115
115
116
116
#[ deprecated(
117
- since = "0.1.2 " ,
117
+ since = "0.2.0 " ,
118
118
note = "Deprecated to improve alignment with Esplora API. Users should use `get_block_hash` and `get_header_by_hash` methods directly."
119
119
) ]
120
120
/// Get a [`BlockHeader`] given a particular block height.
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ impl BlockingClient {
128
128
129
129
/// Get a [`BlockHeader`] given a particular block height.
130
130
#[ deprecated(
131
- since = "0.1.2 " ,
131
+ since = "0.2.0 " ,
132
132
note = "Deprecated to improve alignment with Esplora API. Users should use `get_block_hash` and `get_header_by_hash` methods directly."
133
133
) ]
134
134
pub fn get_header ( & self , block_height : u32 ) -> Result < BlockHeader , Error > {
You can’t perform that action at this time.
0 commit comments