Branch: refs/heads/master
Home: https://github.com/btcsuite/btcutil
Commit: 44e30308851186103c3973eccfba11639a3356a9
https://github.com/btcsuite/btcutil/commit/44e30308851186103c3973eccfba11639a3356a9
Author: Tadge Dryja <[email protected]>
Date: 2016-02-26 (Fri, 26 Feb 2016)
Changed paths:
M bloom/filter.go
M bloom/filter_test.go
Log Message:
-----------
Fix range check in bloom filter false positive rate
Interpreting a 0 as the lower limit of 1e-9 seems more intuitive behavior when
receiving an out-of-bounds argument.
davecgh's fixes to TestFilterFPRange