From 77bbe2471eb01928456c69f4b309c53331b0f406 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 22 Mar 2017 07:12:50 +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 8a1e0380f..1c319db81 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -905,7 +905,7 @@ int32_t komodo_validate_interest(const CTransaction& tx) tiptime = chainActive.Tip()->nTime; if ( (int64_t)tx.nLockTime < tiptime-3600 ) { - if ( komodo_grandfathered(tx.nLockTime) < 0 && tiptime > KOMODO_GRANDFATHER_TIME ) + if ( komodo_grandfathered(tx.nLockTime) < 0 )//&& tiptime > KOMODO_GRANDFATHER_TIME ) { fprintf(stderr,"komodo_validate_interest reject locktime %u/%u vs nBlockTime %u tiptime.%u\n",(uint32_t)tx.nLockTime,locktime,(uint32_t)chainActive.Tip()->nTime,tiptime); return(-1);