diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-08-22 10:33:46 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-08-22 10:36:37 +0200 |
| commit | 37e77c106cb5bcd4f40c1a837246767943a9a549 (patch) | |
| tree | 9a1018510884767bc9d29610997f7b50b2745c08 /src/wallet/wallet.cpp | |
| parent | Merge #8558: Add copyright header to wallet_text_fixture.cpp (diff) | |
| parent | trivial: remove unused variable (diff) | |
| download | discoin-37e77c106cb5bcd4f40c1a837246767943a9a549.tar.xz discoin-37e77c106cb5bcd4f40c1a837246767943a9a549.zip | |
Merge #8554: trivial: remove unused variable
4207630 trivial: remove unused variable (Daniel Kraft)
Diffstat (limited to 'src/wallet/wallet.cpp')
| -rw-r--r-- | src/wallet/wallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 49c4bce81..2d413fb9f 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(); |