Skip to content

Commit

Permalink
Remove unneeded TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
daira authored Mar 19, 2024
1 parent 9ce5e1b commit a8e279e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zcash_client_sqlite/src/wallet/address_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ impl AddressTracker {
mined_addresses: &[TransparentAddress],
) -> Result<(), AddressTrackingError> {
// Find the position of the *last* element of `gap_set`, if any, that matches some element of `mined_addresses`.
// TODO: This is O(n²) and could be Õ(n) (e.g. by converting `mined_addresses` to a HashSet).
if let Some(pos) = self
.gap_set
.iter()
Expand Down

0 comments on commit a8e279e

Please sign in to comment.