mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-16 18:39:59 +01:00
Merge #8554: trivial: remove unused variable
4207630 trivial: remove unused variable (Daniel Kraft)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user