fix some printf -> LogPrintf leftovers

This commit is contained in:
Philip Kaufmann
2013-09-19 14:47:21 +02:00
parent 08596fc15d
commit faaeae1eb3
3 changed files with 6 additions and 14 deletions

View File

@@ -1214,7 +1214,7 @@ public:
@see CTransaction::FetchInputs
*/
int64 GetValueIn(const CTransaction& tx);
// Check whether all prevouts of the transaction are present in the UTXO set represented by this view
bool HaveInputs(const CTransaction& tx);