From bd66b37fd1b5035ab047659edff2d850d671de56 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Jul 2018 04:27:10 -1100 Subject: [PATCH] Test --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 29ea76cc0..632b59e64 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1606,13 +1606,13 @@ bool GetAddressUnspent(uint160 addressHash, int type, bool myGetTransaction(const uint256 &hash, CTransaction &txOut, uint256 &hashBlock) { // need a GetTransaction without lock so the validation code for assets can run without deadlock - fprintf(stderr,"check mempool\n"); + //fprintf(stderr,"check mempool\n"); if (mempool.lookup(hash, txOut)) { - fprintf(stderr,"found in mempool\n"); + //fprintf(stderr,"found in mempool\n"); return true; } - fprintf(stderr,"check disk\n"); + //fprintf(stderr,"check disk\n"); if (fTxIndex) { CDiskTxPos postx;