Browse Source

Merge #8554: trivial: remove unused variable

4207630 trivial: remove unused variable (Daniel Kraft)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
37e77c106c
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/wallet/wallet.cpp

1
src/wallet/wallet.cpp

@ -3534,7 +3534,6 @@ CWalletKey::CWalletKey(int64_t nExpires) @@ -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();

Loading…
Cancel
Save