From 72b575c4889c4e939af46e2e92f6d6965c6085f8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 22 Nov 2018 03:22:16 -1100 Subject: [PATCH] +print --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f8ac3a8f1..bcc63e8e3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3807,7 +3807,7 @@ int32_t komodo_activate_sapling(CBlockIndex *pindex) { prevht = prev->GetHeight(); prevtime = (uint32_t)prev->nTime; - fprintf(stderr,"(%d, %u) -> (%d, %u)\n",prevht,prevtime,height,blocktime); + fprintf(stderr,"(%d, %u).%d -> (%d, %u).%d\n",prevht,prevtime,prevtime > KOMODO_SAPLING_ACTIVATION,height,blocktime,blocktime > KOMODO_SAPLING_ACTIVATION); if ( prevht+1 != height ) { fprintf(stderr,"komodo_activate_sapling: unexpected non-contiguous ht %d vs %d\n",prevht,height);