diff options
| author | MarcoFalke <[email protected]> | 2016-08-25 12:48:23 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-08-25 14:59:38 +0200 |
| commit | fa6dc9f0e5eac8ec473b63adfd43635005778f46 (patch) | |
| tree | 6628086e259f0e470cd3160becc11ec9873ede35 /src/wallet/wallet.cpp | |
| parent | Merge #8487: Persist the datadir after option reset (diff) | |
| download | discoin-fa6dc9f0e5eac8ec473b63adfd43635005778f46.tar.xz discoin-fa6dc9f0e5eac8ec473b63adfd43635005778f46.zip | |
Remove unused variables
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 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]; |