CBloomFilter::IsRelevantAndUpdate

Also adds any outputs which match the filter to the filter (to match their spending txes)

Synopsis

Declared in <common/bloom.h>

bool
IsRelevantAndUpdate(CTransaction const& tx);

Return Value

true if the transaction is relevant to the filter.

Parameters

NameDescription
txThe transaction to test against the filter.