[#CBloomFilter-IsRelevantAndUpdate] = xref:CBloomFilter.adoc[CBloomFilter]::IsRelevantAndUpdate :relfileprefix: ../ :mrdocs: Also adds any outputs which match the filter to the filter (to match their spending txes) == Synopsis Declared in `<common/bloom.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsRelevantAndUpdate(xref:CTransaction.adoc[CTransaction] const& tx); ---- == Return Value true if the transaction is relevant to the filter. == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The transaction to test against the filter. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#