From aa4d30c8cc989ba9ed08b9f4d53d0d44435170dd Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 23 Mar 2017 02:56:45 +0200 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 337d8bef3..86a123be5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3268,7 +3268,7 @@ bool CheckBlock(int32_t height,CBlockIndex *pindex,const CBlock& block, CValidat { if ( komodo_validate_interest(tx,block.nTime) < 0 ) { - //fprintf(stderr,"CheckBlock(): komodo_validate_interest failure\n"); + fprintf(stderr,"CheckBlock(%d): komodo_validate_interest failure\n",height); return error("CheckBlock: komodo_validate_interest failed"); } if (!CheckTransaction(tx, state, verifier))