We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcb574 commit fa9c075Copy full SHA for fa9c075
src/protocol.h
@@ -436,7 +436,7 @@ class CAddress : public CService
436
SerReadWriteMany(os, ser_action, ReadWriteAsHelper<CService>(obj));
437
}
438
439
- //! Always included in serialization, except in the network format on INIT_PROTO_VERSION.
+ //! Always included in serialization.
440
uint32_t nTime{TIME_INIT};
441
//! Serialized as uint64_t in V1, and as CompactSize in V2.
442
ServiceFlags nServices{NODE_NONE};
0 commit comments