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.
2 parents 3755dea + fa9c075 commit e08770bCopy full SHA for e08770b
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