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:
parent
dbcb5742c4
commit
fa9c075f72
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Reference in a new issue