Remove unused variables

This commit is contained in:
MarcoFalke
2016-08-25 12:48:23 +02:00
parent d26234a9e2
commit fa6dc9f0e5
4 changed files with 2 additions and 6 deletions

View File

@@ -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];