diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-07 10:00:34 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-07-07 10:00:34 -0700 |
| commit | 778c7e6e703353030e2ea130e3db7cc968a5d53c (patch) | |
| tree | d9e8672cec00aef9e9403afb40563faa37d88b54 /node/Network.hpp | |
| parent | c863ff3f02e9d68eb9bea32160d252eaddb7f1f5 (diff) | |
| download | infinitytier-778c7e6e703353030e2ea130e3db7cc968a5d53c.tar.gz infinitytier-778c7e6e703353030e2ea130e3db7cc968a5d53c.zip | |
More cleanup to direct path push, comment fixes, etc.
Diffstat (limited to 'node/Network.hpp')
| -rw-r--r-- | node/Network.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Network.hpp b/node/Network.hpp index 53a22dcd..d7320d46 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -184,7 +184,7 @@ public: bool validateAndAddMembershipCertificate(const CertificateOfMembership &cert); /** - * Check if we should push membership certificate to a peer, and update last pushed + * Check if we should push membership certificate to a peer, AND update last pushed * * If we haven't pushed a cert to this peer in a long enough time, this returns * true and updates the last pushed time. Otherwise it returns false. |
