Browse Source

Test

pull/4/head
jl777 7 years ago
parent
commit
902ac92da3
  1. 2
      src/komodo_notary.h

2
src/komodo_notary.h

@ -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);

Loading…
Cancel
Save