summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-29 17:11:00 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-29 17:11:00 -0400
commite4c5ad9f43f37f3c5cd9feb1035d3b3091820e43 (patch)
treec5c44341fc0aa527362c89702fc503866416c58a /node/Packet.hpp
parent439e602d5a5712d1b33fb19d558d0e9fdf784703 (diff)
downloadinfinitytier-e4c5ad9f43f37f3c5cd9feb1035d3b3091820e43.tar.gz
infinitytier-e4c5ad9f43f37f3c5cd9feb1035d3b3091820e43.zip
More work on network membership certs, and it builds now. Still in heavy development.
Diffstat (limited to 'node/Packet.hpp')
-rw-r--r--node/Packet.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp
index 85ccb466..41acf512 100644
--- a/node/Packet.hpp
+++ b/node/Packet.hpp
@@ -537,10 +537,7 @@ public:
ERROR_UNSUPPORTED_OPERATION = 6,
/* Message to private network rejected -- no unexpired certificate on file */
- ERROR_NO_MEMBER_CERTIFICATE_ON_FILE = 7,
-
- /* Membership certificate no longer qualified for membership in network */
- ERROR_MEMBER_CERTIFICATE_UNQUALIFIED = 8
+ ERROR_NO_MEMBER_CERTIFICATE = 7
};
/**