From 26b2ea15b238c667589835e6bc211b78ed60b521 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 21 Mar 2017 19:02:09 +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 0a20e77d8..aa90e282f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -722,7 +722,7 @@ bool IsFinalTx(const CTransaction &tx, int nBlockHeight, int64_t nBlockTime,int break; if ( i == sizeof(grandfathered)/sizeof(*grandfathered) ) { - //fprintf(stderr,"IsFinalTx reject locktime %u vs nBlockTime %u\n",tx.nLockTime,(uint32_t)nBlockTime); + fprintf(stderr,"IsFinalTx reject locktime %u vs nBlockTime %u\n",tx.nLockTime,(uint32_t)nBlockTime); return(false); // need to prevent pastdating tx } }