Skip to content

Commit 37e77c1

Browse files
committed
Merge #8554: trivial: remove unused variable
4207630 trivial: remove unused variable (Daniel Kraft)
2 parents bb0f763 + 4207630 commit 37e77c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wallet/wallet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3534,7 +3534,6 @@ CWalletKey::CWalletKey(int64_t nExpires)
35343534
int CMerkleTx::SetMerkleBranch(const CBlockIndex* pindex, int posInBlock)
35353535
{
35363536
AssertLockHeld(cs_main);
3537-
CBlock blockTmp;
35383537

35393538
// Update the tx's hashBlock
35403539
hashBlock = pindex->GetBlockHash();

0 commit comments

Comments
 (0)