From a7869456aca4f3e2faa0c5ee5176b033ead01e57 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 24 Mar 2017 06:12:46 +0200 Subject: [PATCH] Test --- src/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 812095d0e..6b430e387 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -734,8 +734,9 @@ int32_t komodo_validate_interest(uint32_t *expiredp,const CTransaction& tx,int32 prevblocktime = chainActive.Tip()->nTime; else { - fprintf(stderr,"couldnt get prevblocktime for [%d]\n",txheight); - return(-1); + prevblocktime = chainActive.Tip()->nTime; + fprintf(stderr,"couldnt get prevblocktime for [%d] use tiptime.%u\n",txheight,prevblocktime); + //return(-1); } } cmptime = prevblocktime + 600;