]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Sat, 25 Mar 2017 16:14:15 +0000 (18:14 +0200)
committerjl777 <[email protected]>
Sat, 25 Mar 2017 16:14:15 +0000 (18:14 +0200)
src/komodo_notary.h

index 623889852740a2c1a44d0e3615175ede508a5fe1..56739db8a657af6ddeca58f4421ba7f9811f9370 100644 (file)
@@ -260,7 +260,7 @@ int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33)
             return(modval);
         }
     }
-    if ( height >= 300000 )
+    if ( height >= 248000 )//300000 )
         return(-1);
     htind = height / KOMODO_ELECTION_GAP;
     pthread_mutex_lock(&komodo_mutex);
This page took 0.026891 seconds and 4 git commands to generate.