mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Replace RelayMessage with RelayTransaction.
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
// (catch a filter which was just deserialized which was too big)
|
||||
bool IsWithinSizeConstraints() const;
|
||||
|
||||
bool IsTransactionRelevantToFilter(const CTransaction& tx) const;
|
||||
bool IsTransactionRelevantToFilter(const CTransaction& tx, const uint256& hash) const;
|
||||
};
|
||||
|
||||
#endif /* BITCOIN_BLOOM_H */
|
||||
|
||||
Reference in New Issue
Block a user