0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

doc: Remove incorrect INIT_PROTO_VERSION from nTime comment

This commit is contained in:
MarcoFalke 2021-08-23 18:55:02 +02:00
parent dbcb5742c4
commit fa9c075f72
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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};