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
commit 54a550bef8
No known key found for this signature in database
GPG key ID: 74810B012346C9A6
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;