X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.cpp;h=ee601ca4aeba6d4053c69ab4aa1bc6217f0535ce;hb=5f3f7465db4444e49dd4a896f88c090b40d0a303;hp=c7206156474850450104ba1d2087019944f536d7;hpb=46b969fc077d929f6e73266fe7c0b5d1f9b42e18;p=novacoin.git diff --git a/src/wallet.cpp b/src/wallet.cpp index c720615..ee601ca 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -2121,7 +2121,6 @@ bool CWallet::CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey) AddToWallet(wtxNew); // Mark old coins as spent - set setCoins; BOOST_FOREACH(const CTxIn& txin, wtxNew.vin) { CWalletTx &coin = mapWallet[txin.prevout.hash];