]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Wed, 22 Mar 2017 17:45:09 +0000 (19:45 +0200)
committerjl777 <[email protected]>
Wed, 22 Mar 2017 17:45:09 +0000 (19:45 +0200)
src/main.cpp

index f561d504deafced30346afea43266a3fe02c9bd0..c98a985e89cc53e8f0cc086580a38b2edbc55c02 100644 (file)
@@ -723,11 +723,11 @@ int32_t komodo_validate_interest(const CTransaction& tx)
         }
         if ( (int64_t)tx.nLockTime < txheighttime-3600 )
         {
-            if ( txheighttime > 1490159171 || (txheight == 0 && txheighttime >= 1490159171) ) // 246748
+            if ( txheighttime > 1490159171 )//|| (txheight == 0 && txheighttime >= 1490159171) ) // 246748
             {
                 // komodo_validate_interest reject.0 locktime 1490193206/0 vs nBlockTime 1490202625 txheighttime.1490202625 tiptime.0
-                static uint32_t counter;
-                if ( counter++ < 100 )
+                //static uint32_t counter;
+                //if ( counter++ < 100 )
                     fprintf(stderr,"komodo_validate_interest reject.%d locktime %u/%u vs nBlockTime %u txheighttime.%u tiptime.%u\n",txheight,(uint32_t)tx.nLockTime,locktime,(uint32_t)chainActive.Tip()->nTime,txheighttime,tiptime);
                 return(-1);
             } else fprintf(stderr,"validateinterest grandfather.%d locktime %u vs txheighttime.%u tiptime.%u\n",(int32_t)txheight,tx.nLockTime,txheighttime,tiptime);
This page took 0.035553 seconds and 4 git commands to generate.