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

Name

Description

tx

The transaction to test against the filter.

Created with MrDocs