From dcbc9c8ddd7cdb543e213e3402050724174df03a Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 7 Oct 2013 15:21:40 -0400 Subject: Rename error code for no membership certificate. --- node/Packet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Packet.hpp') diff --git a/node/Packet.hpp b/node/Packet.hpp index 57d5a750..36858479 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -626,7 +626,7 @@ public: ERROR_UNSUPPORTED_OPERATION = 5, /* Message to private network rejected -- no unexpired certificate on file */ - ERROR_NO_MEMBER_CERTIFICATE = 6 + ERROR_NEED_MEMBERSHIP_CERTIFICATE = 6 }; /** -- cgit v1.2.3