aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.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/wallet.h
parent6898213409811b140843c3d89af43328c3b22fad (diff)
downloadbitcoin-64d9507ea5724634783cdaa290943292132086a9.tar.xz
[WIP] Remove unused statement in serialization
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 7a771350cb..016e4a3d74 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -194,7 +194,6 @@ public:
inline void SerializationOp(Stream& s, Operation ser_action, int nType, int nVersion) {
std::vector<uint256> vMerkleBranch; // For compatibility with older versions.
READWRITE(*(CTransaction*)this);
- nVersion = this->nVersion;
READWRITE(hashBlock);
READWRITE(vMerkleBranch);
READWRITE(nIndex);