remove todo comment

This commit is contained in:
Alfredo Garcia 2024-04-09 16:33:13 -03:00
parent f77dfc1ee3
commit 147c033f6a
1 changed files with 0 additions and 1 deletions

View File

@ -485,7 +485,6 @@ impl WalletWrite for MemoryWalletDb {
}
});
// TODO: Is `self.tx_idx` field filled with all the transaction ids from the scanned blocks ?
self.tx_idx.insert(txid, block.block_height);
transactions.insert(txid, transaction.clone());
}