mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Merge bitcoin/bitcoin#22780: doc: Remove incorrect INIT_PROTO_VERSION from nTime comment
fa9c075f72632302cc93c35bc556a7a3709b32a1 doc: Remove incorrect INIT_PROTO_VERSION from nTime comment (MarcoFalke) Pull request description: Missed in commit dbcb5742c48fd26f77e500291d7083e12eec741b ACKs for top commit: sipa: ACK fa9c075f72632302cc93c35bc556a7a3709b32a1 jnewbery: ACK fa9c075f72632302cc93c35bc556a7a3709b32a1 Tree-SHA512: d086b94658219fadca1a937e64ef5b6a475fbf72661b6008d98e0e2b912cbbdb1f025c531b12a8ed9946fbbd79e1e09fba7c91403fc997158e1170dfbd300b29
This commit is contained in:
parent
56c3f844dc
commit
c3ea99e492
@ -471,7 +471,7 @@ public:
|
|||||||
SerReadWriteMany(os, ser_action, ReadWriteAsHelper<CService>(obj));
|
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};
|
uint32_t nTime{TIME_INIT};
|
||||||
//! Serialized as uint64_t in V1, and as CompactSize in V2.
|
//! Serialized as uint64_t in V1, and as CompactSize in V2.
|
||||||
ServiceFlags nServices{NODE_NONE};
|
ServiceFlags nServices{NODE_NONE};
|
||||||
|
Loading…
Reference in New Issue
Block a user