Merge pull request #7113

086ee67 Switch to a more efficient rolling Bloom filter (Pieter Wuille)
This commit is contained in:
Wladimir J. van der Laan
2015-12-03 13:35:55 +01:00
3 changed files with 75 additions and 30 deletions

View File

@@ -181,7 +181,7 @@ namespace {
* million to make it highly unlikely for users to have issues with this
* filter.
*
* Memory used: 1.7MB
* Memory used: 1.3 MB
*/
boost::scoped_ptr<CRollingBloomFilter> recentRejects;
uint256 hashRecentRejectsChainTip;