From eebd0619812f5d70acab53bfb30e12094225a0b7 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Wed, 22 Mar 2023 14:58:30 +0100 Subject: [PATCH] bitcoin: remove a confusing TODO We don't assume that and in fact now use multiple descriptors --- src/bitcoin/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bitcoin/mod.rs b/src/bitcoin/mod.rs index ecb96fc3..fe4b4608 100644 --- a/src/bitcoin/mod.rs +++ b/src/bitcoin/mod.rs @@ -133,7 +133,6 @@ impl BitcoinInterface for d::BitcoinD { tip: &BlockChainTip, descs: &[descriptors::InheritanceDescriptor], ) -> Vec { - // TODO: don't assume only a single descriptor is loaded on the wo wallet let lsb_res = self.list_since_block(&tip.hash); lsb_res