]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Fri, 20 Jan 2017 20:47:35 +0000 (22:47 +0200)
committerjl777 <[email protected]>
Fri, 20 Jan 2017 20:47:35 +0000 (22:47 +0200)
src/komodo_gateway.h

index d7a7c4a393d96f301d2519c818af28c14394c528..8249daa49e754f37f59d9a7d209f0147596bec74 100644 (file)
@@ -681,6 +681,7 @@ int32_t komodo_kvsearch(int32_t current_height,uint32_t *flagsp,int32_t *heightp
     if ( ptr != 0 )
     {
         duration = ((ptr->flags >> 2) + 1) * KOMODO_KVDURATION;
+        printf("duration.%d flags.%d current.%d ht.%d\n",duration,ptr->flags,current_height,ptr->height);
         if ( current_height > (ptr->height + duration) )
         {
             HASH_DELETE(hh,KOMODO_KV,ptr);
This page took 0.026807 seconds and 4 git commands to generate.