bitcoin: remove a confusing TODO

We don't assume that and in fact now use multiple descriptors
This commit is contained in:
Antoine Poinsot 2023-03-22 14:58:30 +01:00
parent 2dea4b1a6c
commit eebd061981
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