aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2013-09-19 14:47:21 +0200
committerPhilip Kaufmann <[email protected]>2013-09-20 10:49:34 +0200
commitfaaeae1eb3b7a1e2d558b52508cbe890ce5ea37e (patch)
tree8e0f23eccd6d009f3678206e773bf3c1eb67a9de /src/main.h
parentMerge pull request #3021 from Diapolo/fix_extract_strings_qt (diff)
downloaddiscoin-faaeae1eb3b7a1e2d558b52508cbe890ce5ea37e.tar.xz
discoin-faaeae1eb3b7a1e2d558b52508cbe890ce5ea37e.zip
fix some printf -> LogPrintf leftovers
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 7ce353d08..035521464 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);