From 69cd02d631c06cf274ed9745347e96388c79c3a9 Mon Sep 17 00:00:00 2001 From: Valentine Wallace Date: Thu, 22 Jan 2026 14:19:24 -0500 Subject: [PATCH] Update to latest rust-lightning UtxoSource trait API --- src/chain/bitcoind.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/chain/bitcoind.rs b/src/chain/bitcoind.rs index 1c8cf16ba..d9f43ee17 100644 --- a/src/chain/bitcoind.rs +++ b/src/chain/bitcoind.rs @@ -626,13 +626,6 @@ pub(crate) enum UtxoSourceClient { Rest(Arc), } -impl std::ops::Deref for UtxoSourceClient { - type Target = Self; - fn deref(&self) -> &Self { - self - } -} - impl BlockSource for UtxoSourceClient { fn get_header<'a>( &'a self, header_hash: &'a BlockHash, height_hint: Option,