aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2019-11-14 04:50:54 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2019-11-14 05:02:16 +0000
commit4341bffb6ef10909f3721329db27c5dc9bc720dd (patch)
treeceb7cf87af2be848cfc9c6f666343ca4aa75f541 /src/protocol.h
parentdf77de8c2157fbb4c0898586dacb2215286745c8 (diff)
downloadbitcoin-4341bffb6ef10909f3721329db27c5dc9bc720dd.tar.xz
GUI: Refactor formatServicesStr to warn when a ServicesFlag is missing
Diffstat (limited to 'src/protocol.h')
-rw-r--r--src/protocol.h1
1 files changed, 1 insertions, 0 deletions
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<std::string> &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