Skip to content

Commit e08770b

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#22780: doc: Remove incorrect INIT_PROTO_VERSION from nTime comment
fa9c075 doc: Remove incorrect INIT_PROTO_VERSION from nTime comment (MarcoFalke) Pull request description: Missed in commit dbcb574 ACKs for top commit: sipa: ACK fa9c075 jnewbery: ACK fa9c075 Tree-SHA512: d086b94658219fadca1a937e64ef5b6a475fbf72661b6008d98e0e2b912cbbdb1f025c531b12a8ed9946fbbd79e1e09fba7c91403fc997158e1170dfbd300b29
2 parents 3755dea + fa9c075 commit e08770b

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)