Merge #8554: trivial: remove unused variable

4207630 trivial: remove unused variable (Daniel Kraft)
This commit is contained in:
Wladimir J. van der Laan 2016-08-22 10:33:46 +02:00 committed by Alexander Block
parent 39909d3736
commit 61a3d9aeb4

View File

@ -4964,7 +4964,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();