diff --git a/src/protocol.h b/src/protocol.h index 1d0adaae6e..e61e4935a3 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -371,9 +371,10 @@ public: READWRITEAS(CService, obj); } - ServiceFlags nServices{NODE_NONE}; // disk and network only uint32_t nTime{TIME_INIT}; + + ServiceFlags nServices{NODE_NONE}; }; /** getdata message type flags */