List solvability in listunspent output and improve help

This commit is contained in:
Pieter Wuille
2016-03-14 19:22:11 +01:00
committed by lateminer
parent f2fe8fc5df
commit c23ecc1256
5 changed files with 14 additions and 8 deletions

View File

@@ -50,7 +50,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);
wtxn.emplace_back(std::move(wtx));
}