Skip to content

Commit fa9c075

Browse files
author
MarcoFalke
committed
doc: Remove incorrect INIT_PROTO_VERSION from nTime comment
1 parent dbcb574 commit fa9c075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ class CAddress : public CService
436436
SerReadWriteMany(os, ser_action, ReadWriteAsHelper<CService>(obj));
437437
}
438438

439-
//! Always included in serialization, except in the network format on INIT_PROTO_VERSION.
439+
//! Always included in serialization.
440440
uint32_t nTime{TIME_INIT};
441441
//! Serialized as uint64_t in V1, and as CompactSize in V2.
442442
ServiceFlags nServices{NODE_NONE};

0 commit comments

Comments
 (0)