List solvability in listunspent output and improve help

This commit is contained in:
Pieter Wuille
2016-03-14 19:22:11 +01:00
parent 48f3905831
commit c3932b3270
5 changed files with 14 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = fa
wtx->fDebitCached = true;
wtx->nDebitCached = 1;
}
COutput output(wtx, nInput, nAge, true);
COutput output(wtx, nInput, nAge, true, true);
vCoins.push_back(output);
}