From 53dce971ed837bcc8c2a5863861a952ebee98f1d Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Jan 2017 15:23:48 +0200 Subject: [PATCH] test --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index c5423aecf..c601eae47 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2234,7 +2234,7 @@ void CWallet::AvailableCoins(vector& vCoins, bool fOnlyConfirmed, const int nDepth = pcoin->GetDepthInMainChain(); if (nDepth < 0) continue; - + for (unsigned int i = 0; i < pcoin->vout.size(); i++) { isminetype mine = IsMine(pcoin->vout[i]);