aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-08-22 10:33:46 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-08-22 10:36:37 +0200
commit37e77c106cb5bcd4f40c1a837246767943a9a549 (patch)
tree9a1018510884767bc9d29610997f7b50b2745c08
parentbb0f763a253fbcea1ce66f321f786327ab39a11c (diff)
parent4207630f5aef4e1937052eb96be7209e51d1371d (diff)
downloadbitcoin-37e77c106cb5bcd4f40c1a837246767943a9a549.tar.xz
Merge #8554: trivial: remove unused variable
4207630 trivial: remove unused variable (Daniel Kraft)
-rw-r--r--src/wallet/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 49c4bce817..2d413fb9f9 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -3534,7 +3534,6 @@ CWalletKey::CWalletKey(int64_t nExpires)
int CMerkleTx::SetMerkleBranch(const CBlockIndex* pindex, int posInBlock)
{
AssertLockHeld(cs_main);
- CBlock blockTmp;
// Update the tx's hashBlock
hashBlock = pindex->GetBlockHash();