mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
Automatically add any matching outputs to a filter during matching.
This commit is contained in:
@@ -64,7 +64,8 @@ public:
|
||||
// (catch a filter which was just deserialized which was too big)
|
||||
bool IsWithinSizeConstraints() const;
|
||||
|
||||
bool IsTransactionRelevantToFilter(const CTransaction& tx, const uint256& hash) const;
|
||||
// Also adds any outputs which match the filter to the filter (to match their spending txes)
|
||||
bool IsRelevantAndUpdate(const CTransaction& tx, const uint256& hash);
|
||||
};
|
||||
|
||||
#endif /* BITCOIN_BLOOM_H */
|
||||
|
||||
Reference in New Issue
Block a user