handshake-org / hsd

Handshake Daemon & Full Node
Other
1.92k stars 278 forks source link

TX test does not respect filter flags. #855

Open nodech opened 12 months ago

nodech commented 12 months ago

BloomFilter has .update flag, where you can specify if you want bloom filter to update or not. TX.test(filter) can modify filter regardless of the flags set.

nodech commented 12 months ago

Not sure if we should move out .tests to HSBloomFilter (new) class to update the filter ?