diff --git a/src/NetworkOPs.h b/src/NetworkOPs.h index 4bf636ad97..8f7e003369 100644 --- a/src/NetworkOPs.h +++ b/src/NetworkOPs.h @@ -76,6 +76,7 @@ public: bool gotTXData(boost::shared_ptr peer, const uint256& hash, const std::list& nodeIDs, const std::list< std::vector >& nodeData); SHAMap::pointer getTXMap(const uint256& hash); + bool hasTXSet(boost::shared_ptr peer, const std::vector& sets); // network state machine void checkState(const boost::system::error_code& result);