From e836664a18ec11b3ddeddd52bfb2ce5aa5f2e2c1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 30 Jul 2019 04:53:46 -1100 Subject: [PATCH] Test timestamp --- src/bitcoind.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 8ee328dcd..22b48139b 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -78,11 +78,11 @@ void WaitForShutdown(boost::thread_group* threadGroup) } if ( ASSETCHAINS_ADAPTIVEPOW == 0 && (pindex= komodo_chainactive(1)) != 0 ) { - if ( pindex->nTime > 1564499104-365*2*1440 ) + if ( pindex->nTime > 1539612702 ) { ASSETCHAINS_ADAPTIVEPOW = 1; fprintf(stderr,"default activate adaptivepow\n"); - } else fprintf(stderr,"height1 time %u vs %u\n",pindex->nTime,1564499104-365*2*1440); + } else fprintf(stderr,"height1 time %u vs %u\n",pindex->nTime,1539612702); } else fprintf(stderr,"cant find height 1\n"); if ( ASSETCHAINS_CBOPRET != 0 ) komodo_pricesinit();