Add a CBloomFilter class for use as a transaction filter.

This commit is contained in:
Matt Corallo
2012-08-13 05:26:27 +02:00
parent 7ab026f449
commit bd21612c37
7 changed files with 209 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ OBJS= \
obj/walletdb.o \
obj/noui.o \
obj/hash.o \
obj/bloom.o \
obj/leveldb.o \
obj/txdb.o