From fa9c075f72632302cc93c35bc556a7a3709b32a1 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 23 Aug 2021 18:55:02 +0200 Subject: [PATCH] doc: Remove incorrect INIT_PROTO_VERSION from nTime comment --- src/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol.h b/src/protocol.h index 126c3646a4c..2149e459936 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -436,7 +436,7 @@ public: SerReadWriteMany(os, ser_action, ReadWriteAsHelper(obj)); } - //! Always included in serialization, except in the network format on INIT_PROTO_VERSION. + //! Always included in serialization. uint32_t nTime{TIME_INIT}; //! Serialized as uint64_t in V1, and as CompactSize in V2. ServiceFlags nServices{NODE_NONE};