aboutsummaryrefslogtreecommitdiff
path: root/src/test/streams_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add chainstate obfuscation to avoid spurious antivirus detectionJames O'Beirne2015-10-061-0/+67
Adds an `obfuscate` parameter to `CLevelDBWrapper` and makes use of it for all new chainstate stores built via `CCoinsViewDB`. Also adds an `Xor` method to `CDataStream`. Thanks to @sipa @laanwj @pstratem @dexX7 @KyrosKrane @gmaxwell.