Browse Source

Test

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

2
src/komodo_notary.h

@ -272,7 +272,7 @@ int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33)
{
*notaryidp = kp->notaryid;
modval = ((height % numnotaries) == kp->notaryid);
printf("found notary.%d ht.%d modval.%d\n",kp->notaryid,height,modval);
//printf("found notary.%d ht.%d modval.%d\n",kp->notaryid,height,modval);
} else printf("unexpected zero notaries at height.%d\n",height);
} //else printf("cant find kp at htind.%d ht.%d\n",htind,height);
//int32_t i; for (i=0; i<33; i++)

Loading…
Cancel
Save