From ae803b031b600e073edf8507ab943580672f93c4 Mon Sep 17 00:00:00 2001 From: svost Date: Tue, 23 Feb 2016 23:40:26 +0300 Subject: [PATCH] Not utilized --- src/wallet.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/wallet.cpp b/src/wallet.cpp index d5e3285..12000be 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -2091,7 +2091,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]; -- 1.7.1