This commit is contained in:
jl777
2017-01-25 15:23:48 +02:00
parent 2f60e36d15
commit 53dce971ed

View File

@@ -2234,7 +2234,7 @@ void CWallet::AvailableCoins(vector<COutput>& 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]);