mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add comment.
This commit is contained in:
@@ -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) { ; }
|
||||
|
||||
Reference in New Issue
Block a user