aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-08-26 13:23:57 +0200
committerWladimir J. van der Laan <[email protected]>2016-08-26 13:24:12 +0200
commit12892dbb9fb6d6f46505d7b9caf8ae6905601c7f (patch)
treeab45b4993516c16e963964d2e6a91e24d10f5ce6 /src/wallet/wallet.cpp
parentMerge #8581: [wallet] rpc: Drop misleading option (diff)
parentRemove unused variables (diff)
downloaddiscoin-12892dbb9fb6d6f46505d7b9caf8ae6905601c7f.tar.xz
discoin-12892dbb9fb6d6f46505d7b9caf8ae6905601c7f.zip
Merge #8590: Remove unused variables
fa6dc9f Remove unused variables (MarcoFalke)
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 769322969..10aca2e49 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -2461,7 +2461,6 @@ bool CWallet::CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey)
AddToWallet(wtxNew);
// Notify that old coins are spent
- set<CWalletTx*> setCoins;
BOOST_FOREACH(const CTxIn& txin, wtxNew.vin)
{
CWalletTx &coin = mapWallet[txin.prevout.hash];