From b1c247f28fdc688898174d94c45e0137734bb9f1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 21 Oct 2016 13:47:00 -0300 Subject: [PATCH] test --- src/komodo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index cc4a085b2..807309d7a 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -252,7 +252,7 @@ uint32_t komodo_txtime(uint256 hash) uint256 hashBlock; if (!GetTransaction(hash, tx, hashBlock, true)) { - //printf("null GetTransaction\n"); + printf("null GetTransaction\n"); return(0); } if (!hashBlock.IsNull()) { @@ -263,9 +263,9 @@ uint32_t komodo_txtime(uint256 hash) if (chainActive.Contains(pindex)) return(pindex->GetBlockTime()); } - //printf("cant find in iterator\n"); + printf("cant find in iterator\n"); } - //printf("null hashBlock\n"); + printf("null hashBlock\n"); return(0); }