diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-24 16:35:06 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-10-24 16:35:06 -0700 |
commit | 38571167247be5cef4f869f1e6cdeb9a82724ca1 (patch) | |
tree | d45067db5bc40b50de8616de761ae56a20d39bcd /node | |
parent | 5c7cd53f13650c5dc2ef117f0ae70d5760a2214e (diff) | |
download | infinitytier-38571167247be5cef4f869f1e6cdeb9a82724ca1.tar.gz infinitytier-38571167247be5cef4f869f1e6cdeb9a82724ca1.zip |
More testnet work.
Diffstat (limited to 'node')
-rw-r--r-- | node/Node.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index 75bc7a8b..01b2d135 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -176,7 +176,7 @@ public: throw(); /** - * Leave a network + * Leave a network (if a member) * * @param nwid 64-bit network ID */ |