diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-08-23 18:55:02 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-08-23 18:53:34 +0200 |
commit | fa9c075f72632302cc93c35bc556a7a3709b32a1 (patch) | |
tree | 11f23795a0431a6dc260130f1dbebf4b0c594f1a /src/protocol.h | |
parent | dbcb5742c48fd26f77e500291d7083e12eec741b (diff) |
doc: Remove incorrect INIT_PROTO_VERSION from nTime comment
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 126c3646a4..2149e45993 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -436,7 +436,7 @@ public: SerReadWriteMany(os, ser_action, ReadWriteAsHelper<CService>(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}; |