From 4341bffb6ef10909f3721329db27c5dc9bc720dd Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 14 Nov 2019 04:50:54 +0000 Subject: GUI: Refactor formatServicesStr to warn when a ServicesFlag is missing --- src/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/protocol.h') diff --git a/src/protocol.h b/src/protocol.h index 91d043947b..321d89532b 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -245,6 +245,7 @@ const std::vector &getAllNetMessageTypes(); /** nServices flags */ enum ServiceFlags : uint64_t { + // NOTE: When adding here, be sure to update qt/guiutil.cpp's formatServicesStr too // Nothing NODE_NONE = 0, // NODE_NETWORK means that the node is capable of serving the complete block chain. It is currently -- cgit v1.2.3