Skip to content

Commit f3266a9

Browse files
committed
Revert "Hack out point filter (testing)."
This reverts commit f2f646b.
1 parent 27dc7ae commit f3266a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/bitcoin/database/impl/primitives/hashhead.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ INLINE constexpr CLASS::cell CLASS::next_cell(bool& collision, cell previous,
273273
using namespace system;
274274
const auto prev = to_filter(previous);
275275
const auto next = filter_t::screen(prev, entropy);
276-
collision = false; //// filter_t::is_collision(prev, next);
276+
collision = filter_t::is_collision(prev, next);
277277
return bit_or<cell>(shift_left<cell>(next, link_bits), current);
278278
}
279279
}

0 commit comments

Comments
 (0)