Add comment.

This commit is contained in:
JoelKatz
2012-06-08 04:34:23 -07:00
parent 03d90e4f56
commit 2c5f91a384

View File

@@ -60,7 +60,7 @@ typedef std::vector<unsigned char> VUC;
class THSyncFilter : public SHAMapSyncFilter
{
protected:
NodeCache* mCache;
NodeCache* mCache; // holds nodes we see during the consensus process
public:
THSyncFilter(NodeCache* cache) : mCache(cache) { ; }