Skip to content

Commit a8e279e

Browse files
authored
Remove unneeded TODO.
1 parent 9ce5e1b commit a8e279e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zcash_client_sqlite/src/wallet/address_tracker.rs

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ impl AddressTracker {
108108
mined_addresses: &[TransparentAddress],
109109
) -> Result<(), AddressTrackingError> {
110110
// Find the position of the *last* element of `gap_set`, if any, that matches some element of `mined_addresses`.
111-
// TODO: This is O(n²) and could be Õ(n) (e.g. by converting `mined_addresses` to a HashSet).
112111
if let Some(pos) = self
113112
.gap_set
114113
.iter()

0 commit comments

Comments
 (0)