Skip to content

Commit cd67ac3

Browse files
Update to latest rust-lightning UtxoSource trait API
1 parent f3e44fc commit cd67ac3

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/chain/bitcoind.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -626,13 +626,6 @@ pub(crate) enum UtxoSourceClient {
626626
Rest(Arc<RestClient>),
627627
}
628628

629-
impl std::ops::Deref for UtxoSourceClient {
630-
type Target = Self;
631-
fn deref(&self) -> &Self {
632-
self
633-
}
634-
}
635-
636629
impl BlockSource for UtxoSourceClient {
637630
fn get_header<'a>(
638631
&'a self, header_hash: &'a BlockHash, height_hint: Option<u32>,

0 commit comments

Comments
 (0)