aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2016-09-02 22:05:47 +0200
committerPavel Janík <Pavel@Janik.cz>2016-09-09 13:59:34 +0200
commit64d9507ea5724634783cdaa290943292132086a9 (patch)
treeceea55f1a8ec2faf856d1c383cddfed2cc018eb7 /src/wallet/walletdb.h
parent6898213409811b140843c3d89af43328c3b22fad (diff)
downloadbitcoin-64d9507ea5724634783cdaa290943292132086a9.tar.xz
[WIP] Remove unused statement in serialization
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r--src/wallet/walletdb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h
index 5addd5c5c0..9c9d4922a4 100644
--- a/src/wallet/walletdb.h
+++ b/src/wallet/walletdb.h
@@ -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:
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)
{