Merge #373: bitcoin: remove a confusing TODO

eebd0619812f5d70acab53bfb30e12094225a0b7 bitcoin: remove a confusing TODO (Antoine Poinsot)

Pull request description:

  We don't assume that and in fact now use multiple descriptors

ACKs for top commit:
  darosior:
    self-ACK eebd0619812f5d70acab53bfb30e12094225a0b7 -- only removing a comment

Tree-SHA512: 995ab3671dd580d700663630b2a01d186df3c1cd84038873df5c6ee0232a0a943e3fae9873798e5fadb219a3146a2b7d335bd50296c90bc815c2b69bbba976f7
This commit is contained in:
Antoine Poinsot 2023-03-22 16:57:16 +01:00
commit 1493d24cd5
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -133,7 +133,6 @@ impl BitcoinInterface for d::BitcoinD {
tip: &BlockChainTip,
descs: &[descriptors::InheritanceDescriptor],
) -> Vec<UTxO> {
// 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