diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-09-19 14:47:21 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-09-20 10:49:34 +0200 |
commit | faaeae1eb3b7a1e2d558b52508cbe890ce5ea37e (patch) | |
tree | 8e0f23eccd6d009f3678206e773bf3c1eb67a9de /src/main.h | |
parent | 08596fc15decdb87c8dad5fa94a82d67963b1ea5 (diff) |
fix some printf -> LogPrintf leftovers
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 7ce353d082..0355214648 100644 --- a/src/main.h +++ b/src/main.h @@ -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); |