Replace RelayMessage with RelayTransaction.

This commit is contained in:
Matt Corallo
2012-08-13 05:26:30 +02:00
parent 422d122537
commit 269d9c6492
7 changed files with 56 additions and 56 deletions

View File

@@ -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 */