|
|
|
@ -57,7 +57,6 @@ public:
@@ -57,7 +57,6 @@ public:
|
|
|
|
|
inline void SerializationOp(Stream& s, Operation ser_action, int nType, int nVersion) |
|
|
|
|
{ |
|
|
|
|
READWRITE(this->nVersion); |
|
|
|
|
nVersion = this->nVersion; |
|
|
|
|
READWRITE(nExternalChainCounter); |
|
|
|
|
READWRITE(masterKeyID); |
|
|
|
|
} |
|
|
|
@ -96,7 +95,6 @@ public:
@@ -96,7 +95,6 @@ public:
|
|
|
|
|
template <typename Stream, typename Operation> |
|
|
|
|
inline void SerializationOp(Stream& s, Operation ser_action, int nType, int nVersion) { |
|
|
|
|
READWRITE(this->nVersion); |
|
|
|
|
nVersion = this->nVersion; |
|
|
|
|
READWRITE(nCreateTime); |
|
|
|
|
if (this->nVersion >= VERSION_WITH_HDDATA) |
|
|
|
|
{ |
|
|
|
|